color codes Logo

#cb5dc6 color codes

#CB5DC6
(203,93,198)
0 Favorites   0 Comments

Color spaces of #cb5dc6

RGB 20393198
HSL0.840.510.58
HSV303°54°80°
CMYK 0.000.540.02   0.20
XYZ38.736024.602456.1332
Yxy24.60240.32420.2059
Hunter Lab49.600852.5991-32.3779
CIE-Lab56.686057.4038-35.0470

#cb5dc6 color RGB value is (203,93,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011101 11000110
Octal 313 135 306
Decimal 203 93 198
Hex CB 5D C6

RGB Percentages of Color #cb5dc6

%41.09
%18.83
%40.08

CMYK Percentages of Color #cb5dc6

%0
%54
%2
%20

Triadic Colors of #cb5dc6

#cb5dc6 #c6cb5d #5dc6cb

Analogous Colors of #cb5dc6

#cb5dc6 #cb5d8f #995dcb

Monochromatic Colors of #cb5dc6

#cb5dc6

Complementary Color

#cb5dc6 #5dcb62

#cb5dc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5dc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5dc6 Color CSS Codes

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

#cb5dc6 Text Font Color

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

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


#cb5dc6 Background Color

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

This div background color is #cb5dc6


#cb5dc6 Border Color

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

This div border color is #cb5dc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5dc6


Comments

No comments written yet.

Please login to write comment.