Color Hex Logo

#c50bdd Color Hex

#C50BDD
(197,11,221)
0 Favorites   0 Comments

Color spaces of #c50bdd

RGB 19711221
HSL0.810.910.45
HSV293°95°87°
CMYK 0.110.950.00   0.13
XYZ36.196817.330169.8439
Yxy17.33010.29340.1405
Hunter Lab41.629482.3543-70.3334
CIE-Lab48.673383.6573-60.9799

#c50bdd color RGB value is (197,11,221).

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

The process color (four color CMYK) of #c50bdd color hex is 0.11, 0.95, 0.00, 0.13. Web safe color of #c50bdd is #cc00cc. Color #c50bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001011 11011101
Octal 305 13 335
Decimal 197 11 221
Hex C5 B DD

RGB Percentages of Color #c50bdd

%45.92
%2.56
%51.52

CMYK Percentages of Color #c50bdd

%11
%95
%0
%13

Triadic Colors of #c50bdd

#c50bdd #ddc50b #0bddc5

Analogous Colors of #c50bdd

#c50bdd #dd0b8c #5c0bdd

Monochromatic Colors of #c50bdd

#c50bdd

Complementary Color

#c50bdd #23dd0b

#c50bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50bdd Color CSS Codes

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

#c50bdd Text Font Color

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

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


#c50bdd Background Color

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

This div background color is #c50bdd


#c50bdd Border Color

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

This div border color is #c50bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50bdd


Comments

No comments written yet.

Please login to write comment.