Color Hex Logo

#c70bcf Color Hex

#C70BCF
(199,11,207)
0 Favorites   0 Comments

Color spaces of #c70bcf

RGB 19911207
HSL0.830.900.43
HSV298°95°81°
CMYK 0.040.950.00   0.19
XYZ34.935316.886560.4496
Yxy16.88650.31120.1504
Hunter Lab41.093279.8384-58.4526
CIE-Lab48.116781.7962-53.8310

#c70bcf color RGB value is (199,11,207).

#c70bcf hex color red value is 199, green value is 11 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c70bcf hue: 0.83 , saturation: 0.90 and the lightness value of c70bcf is 0.43.

The process color (four color CMYK) of #c70bcf color hex is 0.04, 0.95, 0.00, 0.19. Web safe color of #c70bcf is #cc00cc. Color #c70bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001011 11001111
Octal 307 13 317
Decimal 199 11 207
Hex C7 B CF

RGB Percentages of Color #c70bcf

%47.72
%2.64
%49.64

CMYK Percentages of Color #c70bcf

%4
%95
%0
%19

Triadic Colors of #c70bcf

#c70bcf #cfc70b #0bcfc7

Analogous Colors of #c70bcf

#c70bcf #cf0b75 #650bcf

Monochromatic Colors of #c70bcf

#c70bcf

Complementary Color

#c70bcf #13cf0b

#c70bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70bcf Color CSS Codes

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

#c70bcf Text Font Color

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

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


#c70bcf Background Color

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

This div background color is #c70bcf


#c70bcf Border Color

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

This div border color is #c70bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70bcf


Comments

No comments written yet.

Please login to write comment.