Color Hex Logo

#c51bbc Color Hex

#C51BBC
(197,27,188)
0 Favorites   0 Comments

Color spaces of #c51bbc

RGB 19727188
HSL0.840.760.44
HSV303°86°77°
CMYK 0.000.860.05   0.23
XYZ32.495016.285049.0076
Yxy16.28500.33230.1665
Hunter Lab40.354773.1138-43.7548
CIE-Lab47.346276.5759-44.0550

#c51bbc color RGB value is (197,27,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011011 10111100
Octal 305 33 274
Decimal 197 27 188
Hex C5 1B BC

RGB Percentages of Color #c51bbc

%47.82
%6.55
%45.63

CMYK Percentages of Color #c51bbc

%0
%86
%5
%23

Triadic Colors of #c51bbc

#c51bbc #bcc51b #1bbcc5

Analogous Colors of #c51bbc

#c51bbc #c51b67 #791bc5

Monochromatic Colors of #c51bbc

#c51bbc

Complementary Color

#c51bbc #1bc524

#c51bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51bbc Color CSS Codes

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

#c51bbc Text Font Color

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

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


#c51bbc Background Color

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

This div background color is #c51bbc


#c51bbc Border Color

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

This div border color is #c51bbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,27,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51bbc


Comments

No comments written yet.

Please login to write comment.