Color Hex Logo

#cd53cb Color Hex

#CD53CB
(205,83,203)
0 Favorites   0 Comments

Color spaces of #cd53cb

RGB 20583203
HSL0.840.550.56
HSV301°60°80°
CMYK 0.000.600.01   0.20
XYZ39.049623.477458.9734
Yxy23.47740.32140.1932
Hunter Lab48.453559.0630-38.2452
CIE-Lab55.560763.2517-39.6474

#cd53cb color RGB value is (205,83,203).

#cd53cb hex color red value is 205, green value is 83 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cd53cb hue: 0.84 , saturation: 0.55 and the lightness value of cd53cb is 0.56.

The process color (four color CMYK) of #cd53cb color hex is 0.00, 0.60, 0.01, 0.20. Web safe color of #cd53cb is #cc66cc. Color #cd53cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010011 11001011
Octal 315 123 313
Decimal 205 83 203
Hex CD 53 CB

RGB Percentages of Color #cd53cb

%41.75
%16.90
%41.34

CMYK Percentages of Color #cd53cb

%0
%60
%1
%20

Triadic Colors of #cd53cb

#cd53cb #cbcd53 #53cbcd

Analogous Colors of #cd53cb

#cd53cb #cd538e #9253cd

Monochromatic Colors of #cd53cb

#cd53cb

Complementary Color

#cd53cb #53cd55

#cd53cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd53cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd53cb Color CSS Codes

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

#cd53cb Text Font Color

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

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


#cd53cb Background Color

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

This div background color is #cd53cb


#cd53cb Border Color

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

This div border color is #cd53cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,83,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd53cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd53cb;
  -webkit-box-shadow: 1px 1px 3px 2px #cd53cb;
  box-shadow:         1px 1px 3px 2px #cd53cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,83,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd53cb


Comments

No comments written yet.

Please login to write comment.