Color Hex Logo

#c67ccf Color Hex

#C67CCF
(198,124,207)
0 Favorites   0 Comments

Color spaces of #c67ccf

RGB 198124207
HSL0.820.460.65
HSV293°40°81°
CMYK 0.040.400.00   0.19
XYZ41.758830.926162.7999
Yxy30.92610.30820.2283
Hunter Lab55.611236.7170-28.0263
CIE-Lab62.445241.9817-31.2300

#c67ccf color RGB value is (198,124,207).

#c67ccf hex color red value is 198, green value is 124 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c67ccf hue: 0.82 , saturation: 0.46 and the lightness value of c67ccf is 0.65.

The process color (four color CMYK) of #c67ccf color hex is 0.04, 0.40, 0.00, 0.19. Web safe color of #c67ccf is #cc66cc. Color #c67ccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111100 11001111
Octal 306 174 317
Decimal 198 124 207
Hex C6 7C CF

RGB Percentages of Color #c67ccf

%37.43
%23.44
%39.13

CMYK Percentages of Color #c67ccf

%4
%40
%0
%19

Triadic Colors of #c67ccf

#c67ccf #cfc67c #7ccfc6

Analogous Colors of #c67ccf

#c67ccf #cf7caf #9d7ccf

Monochromatic Colors of #c67ccf

#c67ccf

Complementary Color

#c67ccf #85cf7c

#c67ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67ccf Color CSS Codes

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

#c67ccf Text Font Color

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

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


#c67ccf Background Color

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

This div background color is #c67ccf


#c67ccf Border Color

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

This div border color is #c67ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67ccf


Comments

No comments written yet.

Please login to write comment.