Color Hex Logo

#c70bdd Color Hex

#C70BDD
(199,11,221)
0 Favorites   0 Comments

Color spaces of #c70bdd

RGB 19911221
HSL0.820.910.45
HSV294°95°87°
CMYK 0.100.950.00   0.13
XYZ36.724017.601969.8686
Yxy17.60190.29570.1417
Hunter Lab41.954682.8252-69.3696
CIE-Lab49.009783.9585-60.4203

#c70bdd color RGB value is (199,11,221).

#c70bdd hex color red value is 199, green value is 11 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c70bdd hue: 0.82 , saturation: 0.91 and the lightness value of c70bdd is 0.45.

The process color (four color CMYK) of #c70bdd color hex is 0.10, 0.95, 0.00, 0.13. Web safe color of #c70bdd is #cc00cc. Color #c70bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001011 11011101
Octal 307 13 335
Decimal 199 11 221
Hex C7 B DD

RGB Percentages of Color #c70bdd

%46.17
%2.55
%51.28

CMYK Percentages of Color #c70bdd

%10
%95
%0
%13

Triadic Colors of #c70bdd

#c70bdd #ddc70b #0bddc7

Analogous Colors of #c70bdd

#c70bdd #dd0b8a #5e0bdd

Monochromatic Colors of #c70bdd

#c70bdd

Complementary Color

#c70bdd #21dd0b

#c70bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70bdd Color CSS Codes

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

#c70bdd Text Font Color

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

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


#c70bdd Background Color

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

This div background color is #c70bdd


#c70bdd Border Color

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

This div border color is #c70bdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,11,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70bdd


Comments

No comments written yet.

Please login to write comment.