Color Hex Logo

#c67cdc Color Hex

#C67CDC
(198,124,220)
0 Favorites   0 Comments

Color spaces of #c67cdc

RGB 198124220
HSL0.800.580.67
HSV286°44°86°
CMYK 0.100.440.00   0.14
XYZ43.414631.588471.5191
Yxy31.58840.29630.2156
Hunter Lab56.203639.5266-36.1041
CIE-Lab63.001244.5440-37.6447

#c67cdc color RGB value is (198,124,220).

#c67cdc hex color red value is 198, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c67cdc hue: 0.80 , saturation: 0.58 and the lightness value of c67cdc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111100 11011100
Octal 306 174 334
Decimal 198 124 220
Hex C6 7C DC

RGB Percentages of Color #c67cdc

%36.53
%22.88
%40.59

CMYK Percentages of Color #c67cdc

%10
%44
%0
%14

Triadic Colors of #c67cdc

#c67cdc #dcc67c #7cdcc6

Analogous Colors of #c67cdc

#c67cdc #dc7cc2 #967cdc

Monochromatic Colors of #c67cdc

#c67cdc

Complementary Color

#c67cdc #92dc7c

#c67cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67cdc Color CSS Codes

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

#c67cdc Text Font Color

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

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


#c67cdc Background Color

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

This div background color is #c67cdc


#c67cdc Border Color

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

This div border color is #c67cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67cdc


Comments

No comments written yet.

Please login to write comment.