Color Hex Logo

#c71bbe Color Hex

#C71BBE
(199,27,190)
0 Favorites   0 Comments

Color spaces of #c71bbe

RGB 19927190
HSL0.840.760.44
HSV303°86°78°
CMYK 0.000.860.05   0.22
XYZ33.239416.643750.1758
Yxy16.64370.33220.1663
Hunter Lab40.796774.0400-44.3630
CIE-Lab47.807977.2352-44.4672

#c71bbe color RGB value is (199,27,190).

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

The process color (four color CMYK) of #c71bbe color hex is 0.00, 0.86, 0.05, 0.22. Web safe color of #c71bbe is #cc33cc. Color #c71bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011011 10111110
Octal 307 33 276
Decimal 199 27 190
Hex C7 1B BE

RGB Percentages of Color #c71bbe

%47.84
%6.49
%45.67

CMYK Percentages of Color #c71bbe

%0
%86
%5
%22

Triadic Colors of #c71bbe

#c71bbe #bec71b #1bbec7

Analogous Colors of #c71bbe

#c71bbe #c71b68 #7a1bc7

Monochromatic Colors of #c71bbe

#c71bbe

Complementary Color

#c71bbe #1bc724

#c71bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71bbe Color CSS Codes

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

#c71bbe Text Font Color

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

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


#c71bbe Background Color

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

This div background color is #c71bbe


#c71bbe Border Color

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

This div border color is #c71bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71bbe


Comments

No comments written yet.

Please login to write comment.