color codes Logo

#c293fd color codes

#C293FD
(194,147,253)
0 Favorites   0 Comments

Color spaces of #c293fd

RGB 194147253
HSL0.740.960.78
HSV267°42°99°
CMYK 0.230.420.00   0.01
XYZ50.411539.428697.8820
Yxy39.42860.26850.2100
Hunter Lab62.792233.4189-48.4682
CIE-Lab69.060638.0910-46.3676

#c293fd color RGB value is (194,147,253).

#c293fd hex color red value is 194, green value is 147 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c293fd hue: 0.74 , saturation: 0.96 and the lightness value of c293fd is 0.78.

The process color (four color CMYK) of #c293fd color code is 0.23, 0.42, 0.00, 0.01. Web safe color of #c293fd is #cc99ff. Color #c293fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010011 11111101
Octal 302 223 375
Decimal 194 147 253
Hex C2 93 FD

RGB Percentages of Color #c293fd

%32.66
%24.75
%42.59

CMYK Percentages of Color #c293fd

%23
%42
%0
%1

Triadic Colors of #c293fd

#c293fd #fdc293 #93fdc2

Analogous Colors of #c293fd

#c293fd #f793fd #9399fd

Monochromatic Colors of #c293fd

#c293fd

Complementary Color

#c293fd #cefd93

#c293fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c293fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c293fd Color CSS Codes

.mybgcolor {background-color:#c293fd; } 
.myforecolor {color:#c293fd; }
.mybordercolor {border:3px solid #c293fd; }

#c293fd Text Font Color

<p style="color:#c293fd">Text here</p>

This sample text font color is #c293fd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c293fd Background Color

<div style="background-color:#c293fd">
Div content here</div>

This div background color is #c293fd


#c293fd Border Color

<div style="border:3px solid #c293fd">
Div here</div>

This div border color is #c293fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,147,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c293fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c293fd;
  -webkit-box-shadow: 1px 1px 3px 2px #c293fd;
  box-shadow:         1px 1px 3px 2px #c293fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,147,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c293fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c293fd;
  -webkit-box-shadow: 1px 1px 3px 2px #c293fd;
  box-shadow:         1px 1px 3px 2px #c293fd;">
Div content here</div>

This div box has shadow with color #c293fd

Related Colors


Comments

No comments written yet.

Please login to write comment.