Color Hex Logo

#c70abd Color Hex

#C70ABD
(199,10,189)
0 Favorites   0 Comments

Color spaces of #c70abd

RGB 19910189
HSL0.840.900.41
HSV303°95°78°
CMYK 0.000.950.05   0.22
XYZ32.847016.033349.5076
Yxy16.03330.33390.1630
Hunter Lab40.041676.3546-45.2773
CIE-Lab47.018179.2478-45.1401

#c70abd color RGB value is (199,10,189).

#c70abd hex color red value is 199, green value is 10 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c70abd hue: 0.84 , saturation: 0.90 and the lightness value of c70abd is 0.41.

The process color (four color CMYK) of #c70abd color hex is 0.00, 0.95, 0.05, 0.22. Web safe color of #c70abd is #cc00cc. Color #c70abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001010 10111101
Octal 307 12 275
Decimal 199 10 189
Hex C7 A BD

RGB Percentages of Color #c70abd

%50.00
%2.51
%47.49

CMYK Percentages of Color #c70abd

%0
%95
%5
%22

Triadic Colors of #c70abd

#c70abd #bdc70a #0abdc7

Analogous Colors of #c70abd

#c70abd #c70a5e #730ac7

Monochromatic Colors of #c70abd

#c70abd

Complementary Color

#c70abd #0ac714

#c70abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70abd Color CSS Codes

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

#c70abd Text Font Color

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

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


#c70abd Background Color

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

This div background color is #c70abd


#c70abd Border Color

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

This div border color is #c70abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70abd


Comments

No comments written yet.

Please login to write comment.