Color Hex Logo

#c670cf Color Hex

#C670CF
(198,112,207)
0 Favorites   0 Comments

Color spaces of #c670cf

RGB 198112207
HSL0.820.500.63
HSV294°46°81°
CMYK 0.040.460.00   0.19
XYZ40.345428.099162.3287
Yxy28.09910.30850.2149
Hunter Lab53.008643.0932-32.6085
CIE-Lab59.978248.2777-35.0661

#c670cf color RGB value is (198,112,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110000 11001111
Octal 306 160 317
Decimal 198 112 207
Hex C6 70 CF

RGB Percentages of Color #c670cf

%38.30
%21.66
%40.04

CMYK Percentages of Color #c670cf

%4
%46
%0
%19

Triadic Colors of #c670cf

#c670cf #cfc670 #70cfc6

Analogous Colors of #c670cf

#c670cf #cf70a9 #9770cf

Monochromatic Colors of #c670cf

#c670cf

Complementary Color

#c670cf #79cf70

#c670cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c670cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c670cf Color CSS Codes

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

#c670cf Text Font Color

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

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


#c670cf Background Color

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

This div background color is #c670cf


#c670cf Border Color

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

This div border color is #c670cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c670cf


Comments

No comments written yet.

Please login to write comment.