Color Hex Logo

#cb5dca Color Hex

#CB5DCA
(203,93,202)
0 Favorites   0 Comments

Color spaces of #cb5dca

RGB 20393202
HSL0.830.510.58
HSV301°54°80°
CMYK 0.000.540.00   0.20
XYZ39.203624.789558.5957
Yxy24.78950.31980.2022
Hunter Lab49.789153.4190-34.9248
CIE-Lab56.869758.0973-37.0417

#cb5dca color RGB value is (203,93,202).

#cb5dca hex color red value is 203, green value is 93 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cb5dca hue: 0.83 , saturation: 0.51 and the lightness value of cb5dca is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011101 11001010
Octal 313 135 312
Decimal 203 93 202
Hex CB 5D CA

RGB Percentages of Color #cb5dca

%40.76
%18.67
%40.56

CMYK Percentages of Color #cb5dca

%0
%54
%0
%20

Triadic Colors of #cb5dca

#cb5dca #cacb5d #5dcacb

Analogous Colors of #cb5dca

#cb5dca #cb5d93 #955dcb

Monochromatic Colors of #cb5dca

#cb5dca

Complementary Color

#cb5dca #5dcb5e

#cb5dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5dca Color CSS Codes

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

#cb5dca Text Font Color

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

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


#cb5dca Background Color

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

This div background color is #cb5dca


#cb5dca Border Color

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

This div border color is #cb5dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5dca


Comments

No comments written yet.

Please login to write comment.