Color Hex Logo

#c67fdc Color Hex

#C67FDC
(198,127,220)
0 Favorites   0 Comments

Color spaces of #c67fdc

RGB 198127220
HSL0.790.570.68
HSV286°42°86°
CMYK 0.100.420.00   0.14
XYZ43.796332.351871.6464
Yxy32.35180.29630.2189
Hunter Lab56.878637.9066-34.8688
CIE-Lab63.632642.9479-36.6592

#c67fdc color RGB value is (198,127,220).

#c67fdc hex color red value is 198, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c67fdc hue: 0.79 , saturation: 0.57 and the lightness value of c67fdc is 0.68.

The process color (four color CMYK) of #c67fdc color hex is 0.10, 0.42, 0.00, 0.14. Web safe color of #c67fdc is #cc66cc. Color #c67fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111111 11011100
Octal 306 177 334
Decimal 198 127 220
Hex C6 7F DC

RGB Percentages of Color #c67fdc

%36.33
%23.30
%40.37

CMYK Percentages of Color #c67fdc

%10
%42
%0
%14

Triadic Colors of #c67fdc

#c67fdc #dcc67f #7fdcc6

Analogous Colors of #c67fdc

#c67fdc #dc7fc4 #987fdc

Monochromatic Colors of #c67fdc

#c67fdc

Complementary Color

#c67fdc #95dc7f

#c67fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67fdc Color CSS Codes

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

#c67fdc Text Font Color

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

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


#c67fdc Background Color

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

This div background color is #c67fdc


#c67fdc Border Color

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

This div border color is #c67fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,127,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c67fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c67fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #c67fdc;
  box-shadow:         1px 1px 3px 2px #c67fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,127,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67fdc


Comments

No comments written yet.

Please login to write comment.