Color Hex Logo

#c45bdd Color Hex

#C45BDD
(196,91,221)
0 Favorites   0 Comments

Color spaces of #c45bdd

RGB 19691221
HSL0.800.660.61
HSV288°59°87°
CMYK 0.110.590.00   0.13
XYZ39.557224.438471.0388
Yxy24.43840.29290.1810
Hunter Lab49.435256.3210-50.5956
CIE-Lab56.524160.7028-48.4221

#c45bdd color RGB value is (196,91,221).

#c45bdd hex color red value is 196, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c45bdd hue: 0.80 , saturation: 0.66 and the lightness value of c45bdd is 0.61.

The process color (four color CMYK) of #c45bdd color hex is 0.11, 0.59, 0.00, 0.13. Web safe color of #c45bdd is #cc66cc. Color #c45bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01011011 11011101
Octal 304 133 335
Decimal 196 91 221
Hex C4 5B DD

RGB Percentages of Color #c45bdd

%38.58
%17.91
%43.50

CMYK Percentages of Color #c45bdd

%11
%59
%0
%13

Triadic Colors of #c45bdd

#c45bdd #ddc45b #5bddc4

Analogous Colors of #c45bdd

#c45bdd #dd5bb5 #835bdd

Monochromatic Colors of #c45bdd

#c45bdd

Complementary Color

#c45bdd #74dd5b

#c45bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c45bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c45bdd Color CSS Codes

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

#c45bdd Text Font Color

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

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


#c45bdd Background Color

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

This div background color is #c45bdd


#c45bdd Border Color

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

This div border color is #c45bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c45bdd


Comments

No comments written yet.

Please login to write comment.