Color Hex Logo

#c970ce Color Hex

#C970CE
(201,112,206)
0 Favorites   0 Comments

Color spaces of #c970ce

RGB 201112206
HSL0.820.490.62
HSV297°46°81°
CMYK 0.020.460.00   0.19
XYZ41.022128.462161.7241
Yxy28.46210.31260.2169
Hunter Lab53.349943.8910-31.2517
CIE-Lab60.303948.9628-33.9657

#c970ce color RGB value is (201,112,206).

#c970ce hex color red value is 201, green value is 112 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c970ce hue: 0.82 , saturation: 0.49 and the lightness value of c970ce is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01110000 11001110
Octal 311 160 316
Decimal 201 112 206
Hex C9 70 CE

RGB Percentages of Color #c970ce

%38.73
%21.58
%39.69

CMYK Percentages of Color #c970ce

%2
%46
%0
%19

Triadic Colors of #c970ce

#c970ce #cec970 #70cec9

Analogous Colors of #c970ce

#c970ce #ce70a4 #9a70ce

Monochromatic Colors of #c970ce

#c970ce

Complementary Color

#c970ce #75ce70

#c970ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c970ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c970ce Color CSS Codes

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

#c970ce Text Font Color

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

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


#c970ce Background Color

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

This div background color is #c970ce


#c970ce Border Color

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

This div border color is #c970ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,112,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c970ce


Comments

No comments written yet.

Please login to write comment.