Color Hex Logo

#c468cd Color Hex

#C468CD
(196,104,205)
0 Favorites   0 Comments

Color spaces of #c468cd

RGB 196104205
HSL0.820.500.61
HSV295°49°80°
CMYK 0.040.490.00   0.20
XYZ38.734726.044260.7431
Yxy26.04420.30860.2075
Hunter Lab51.033546.1738-34.8470
CIE-Lab58.079051.3952-36.9202

#c468cd color RGB value is (196,104,205).

#c468cd hex color red value is 196, green value is 104 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c468cd hue: 0.82 , saturation: 0.50 and the lightness value of c468cd is 0.61.

The process color (four color CMYK) of #c468cd color hex is 0.04, 0.49, 0.00, 0.20. Web safe color of #c468cd is #cc66cc. Color #c468cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101000 11001101
Octal 304 150 315
Decimal 196 104 205
Hex C4 68 CD

RGB Percentages of Color #c468cd

%38.81
%20.59
%40.59

CMYK Percentages of Color #c468cd

%4
%49
%0
%20

Triadic Colors of #c468cd

#c468cd #cdc468 #68cdc4

Analogous Colors of #c468cd

#c468cd #cd68a4 #9268cd

Monochromatic Colors of #c468cd

#c468cd

Complementary Color

#c468cd #71cd68

#c468cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c468cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c468cd Color CSS Codes

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

#c468cd Text Font Color

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

This sample text font color is #c468cd
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.


#c468cd Background Color

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

This div background color is #c468cd


#c468cd Border Color

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

This div border color is #c468cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,104,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c468cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c468cd;
  -webkit-box-shadow: 1px 1px 3px 2px #c468cd;
  box-shadow:         1px 1px 3px 2px #c468cd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,104,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c468cd


Comments

No comments written yet.

Please login to write comment.