Color Hex Logo

#c70bfb Color Hex

#C70BFB
(199,11,251)
0 Favorites   0 Comments

Color spaces of #c70bfb

RGB 19911251
HSL0.800.970.51
HSV287°96°98°
CMYK 0.210.960.00   0.02
XYZ41.085419.346592.8356
Yxy19.34650.26810.1262
Hunter Lab43.984789.7610-94.3503
CIE-Lab51.090288.8716-73.9753

#c70bfb color RGB value is (199,11,251).

#c70bfb hex color red value is 199, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c70bfb hue: 0.80 , saturation: 0.97 and the lightness value of c70bfb is 0.51.

The process color (four color CMYK) of #c70bfb color hex is 0.21, 0.96, 0.00, 0.02. Web safe color of #c70bfb is #cc00ff. Color #c70bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00001011 11111011
Octal 307 13 373
Decimal 199 11 251
Hex C7 B FB

RGB Percentages of Color #c70bfb

%43.17
%2.39
%54.45

CMYK Percentages of Color #c70bfb

%21
%96
%0
%2

Triadic Colors of #c70bfb

#c70bfb #fbc70b #0bfbc7

Analogous Colors of #c70bfb

#c70bfb #fb0bb7 #4f0bfb

Monochromatic Colors of #c70bfb

#c70bfb

Complementary Color

#c70bfb #3ffb0b

#c70bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70bfb Color CSS Codes

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

#c70bfb Text Font Color

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

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


#c70bfb Background Color

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

This div background color is #c70bfb


#c70bfb Border Color

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

This div border color is #c70bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70bfb

Related Colors


Comments

No comments written yet.

Please login to write comment.