Color Hex Logo

#c679cb Color Hex

#C679CB
(198,121,203)
0 Favorites   0 Comments

Color spaces of #c679cb

RGB 198121203
HSL0.820.440.64
HSV296°40°80°
CMYK 0.020.400.00   0.20
XYZ40.905629.992360.1330
Yxy29.99230.31220.2289
Hunter Lab54.765237.4872-26.7656
CIE-Lab61.647642.8132-30.2144

#c679cb color RGB value is (198,121,203).

#c679cb hex color red value is 198, green value is 121 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c679cb hue: 0.82 , saturation: 0.44 and the lightness value of c679cb is 0.64.

The process color (four color CMYK) of #c679cb color hex is 0.02, 0.40, 0.00, 0.20. Web safe color of #c679cb is #cc66cc. Color #c679cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111001 11001011
Octal 306 171 313
Decimal 198 121 203
Hex C6 79 CB

RGB Percentages of Color #c679cb

%37.93
%23.18
%38.89

CMYK Percentages of Color #c679cb

%2
%40
%0
%20

Triadic Colors of #c679cb

#c679cb #cbc679 #79cbc6

Analogous Colors of #c679cb

#c679cb #cb79a7 #9d79cb

Monochromatic Colors of #c679cb

#c679cb

Complementary Color

#c679cb #7ecb79

#c679cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c679cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c679cb Color CSS Codes

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

#c679cb Text Font Color

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

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


#c679cb Background Color

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

This div background color is #c679cb


#c679cb Border Color

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

This div border color is #c679cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c679cb


Comments

No comments written yet.

Please login to write comment.