Color Hex Logo

#c51bdd Color Hex

#C51BDD
(197,27,221)
0 Favorites   0 Comments

Color spaces of #c51bdd

RGB 19727221
HSL0.810.780.49
HSV293°88°87°
CMYK 0.110.880.00   0.13
XYZ36.469017.874669.9346
Yxy17.87460.29340.1438
Hunter Lab42.278479.9856-68.4795
CIE-Lab49.343781.6740-59.8987

#c51bdd color RGB value is (197,27,221).

#c51bdd hex color red value is 197, green value is 27 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c51bdd hue: 0.81 , saturation: 0.78 and the lightness value of c51bdd is 0.49.

The process color (four color CMYK) of #c51bdd color hex is 0.11, 0.88, 0.00, 0.13. Web safe color of #c51bdd is #cc33cc. Color #c51bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011011 11011101
Octal 305 33 335
Decimal 197 27 221
Hex C5 1B DD

RGB Percentages of Color #c51bdd

%44.27
%6.07
%49.66

CMYK Percentages of Color #c51bdd

%11
%88
%0
%13

Triadic Colors of #c51bdd

#c51bdd #ddc51b #1bddc5

Analogous Colors of #c51bdd

#c51bdd #dd1b94 #641bdd

Monochromatic Colors of #c51bdd

#c51bdd

Complementary Color

#c51bdd #33dd1b

#c51bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c51bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c51bdd Color CSS Codes

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

#c51bdd Text Font Color

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

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


#c51bdd Background Color

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

This div background color is #c51bdd


#c51bdd Border Color

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

This div border color is #c51bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c51bdd


Comments

No comments written yet.

Please login to write comment.