Color Hex Logo

#c467cd Color Hex

#C467CD
(196,103,205)
0 Favorites   0 Comments

Color spaces of #c467cd

RGB 196103205
HSL0.820.500.60
HSV295°50°80°
CMYK 0.040.500.00   0.20
XYZ38.634625.844060.7097
Yxy25.84400.30860.2064
Hunter Lab50.837046.6899-35.2184
CIE-Lab57.888751.8959-37.2182

#c467cd color RGB value is (196,103,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100111 11001101
Octal 304 147 315
Decimal 196 103 205
Hex C4 67 CD

RGB Percentages of Color #c467cd

%38.89
%20.44
%40.67

CMYK Percentages of Color #c467cd

%4
%50
%0
%20

Triadic Colors of #c467cd

#c467cd #cdc467 #67cdc4

Analogous Colors of #c467cd

#c467cd #cd67a3 #9167cd

Monochromatic Colors of #c467cd

#c467cd

Complementary Color

#c467cd #70cd67

#c467cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c467cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c467cd Color CSS Codes

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

#c467cd Text Font Color

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

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


#c467cd Background Color

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

This div background color is #c467cd


#c467cd Border Color

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

This div border color is #c467cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,103,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 #c467cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c467cd


Comments

No comments written yet.

Please login to write comment.