Color Hex Logo

#c70bce Color Hex

#C70BCE
(199,11,206)
0 Favorites   0 Comments

Color spaces of #c70bce

RGB 19911206
HSL0.830.900.43
HSV298°95°81°
CMYK 0.030.950.00   0.19
XYZ34.813416.837759.8076
Yxy16.83770.31230.1511
Hunter Lab41.033879.6318-57.6928
CIE-Lab48.054981.6456-53.3536

#c70bce color RGB value is (199,11,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001011 11001110
Octal 307 13 316
Decimal 199 11 206
Hex C7 B CE

RGB Percentages of Color #c70bce

%47.84
%2.64
%49.52

CMYK Percentages of Color #c70bce

%3
%95
%0
%19

Triadic Colors of #c70bce

#c70bce #cec70b #0bcec7

Analogous Colors of #c70bce

#c70bce #ce0b74 #660bce

Monochromatic Colors of #c70bce

#c70bce

Complementary Color

#c70bce #12ce0b

#c70bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70bce Color CSS Codes

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

#c70bce Text Font Color

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

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


#c70bce Background Color

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

This div background color is #c70bce


#c70bce Border Color

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

This div border color is #c70bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70bce


Comments

No comments written yet.

Please login to write comment.