Color Hex Logo

#c51bbf Color Hex

#C51BBF
(197,27,191)
0 Favorites   0 Comments

Color spaces of #c51bbf

RGB 19727191
HSL0.840.760.44
HSV302°86°77°
CMYK 0.000.860.03   0.23
XYZ32.821916.415850.7289
Yxy16.41580.32830.1642
Hunter Lab40.516473.6971-45.8730
CIE-Lab47.515377.0153-45.5372

#c51bbf color RGB value is (197,27,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011011 10111111
Octal 305 33 277
Decimal 197 27 191
Hex C5 1B BF

RGB Percentages of Color #c51bbf

%47.47
%6.51
%46.02

CMYK Percentages of Color #c51bbf

%0
%86
%3
%23

Triadic Colors of #c51bbf

#c51bbf #bfc51b #1bbfc5

Analogous Colors of #c51bbf

#c51bbf #c51b6a #761bc5

Monochromatic Colors of #c51bbf

#c51bbf

Complementary Color

#c51bbf #1bc521

#c51bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51bbf Color CSS Codes

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

#c51bbf Text Font Color

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

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


#c51bbf Background Color

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

This div background color is #c51bbf


#c51bbf Border Color

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

This div border color is #c51bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51bbf


Comments

No comments written yet.

Please login to write comment.