Color Hex Logo

#c70fbe Color Hex

#C70FBE
(199,15,190)
0 Favorites   0 Comments

Color spaces of #c70fbe

RGB 19915190
HSL0.840.860.42
HSV303°92°78°
CMYK 0.000.920.05   0.22
XYZ33.018316.201550.1021
Yxy16.20150.33240.1631
Hunter Lab40.251175.9856-45.6248
CIE-Lab47.237778.9101-45.3746

#c70fbe color RGB value is (199,15,190).

#c70fbe hex color red value is 199, green value is 15 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c70fbe hue: 0.84 , saturation: 0.86 and the lightness value of c70fbe is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001111 10111110
Octal 307 17 276
Decimal 199 15 190
Hex C7 F BE

RGB Percentages of Color #c70fbe

%49.26
%3.71
%47.03

CMYK Percentages of Color #c70fbe

%0
%92
%5
%22

Triadic Colors of #c70fbe

#c70fbe #bec70f #0fbec7

Analogous Colors of #c70fbe

#c70fbe #c70f62 #740fc7

Monochromatic Colors of #c70fbe

#c70fbe

Complementary Color

#c70fbe #0fc718

#c70fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70fbe Color CSS Codes

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

#c70fbe Text Font Color

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

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


#c70fbe Background Color

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

This div background color is #c70fbe


#c70fbe Border Color

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

This div border color is #c70fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70fbe


Comments

No comments written yet.

Please login to write comment.