Color Hex Logo

#cb5ddb Color Hex

#CB5DDB
(203,93,219)
0 Favorites   0 Comments

Color spaces of #cb5ddb

RGB 20393219
HSL0.810.640.61
HSV292°58°86°
CMYK 0.070.580.00   0.14
XYZ41.329125.639769.7885
Yxy25.63970.30220.1875
Hunter Lab50.635757.0803-46.2714
CIE-Lab57.693561.1551-45.3823

#cb5ddb color RGB value is (203,93,219).

#cb5ddb hex color red value is 203, green value is 93 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cb5ddb hue: 0.81 , saturation: 0.64 and the lightness value of cb5ddb is 0.61.

The process color (four color CMYK) of #cb5ddb color hex is 0.07, 0.58, 0.00, 0.14. Web safe color of #cb5ddb is #cc66cc. Color #cb5ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011101 11011011
Octal 313 135 333
Decimal 203 93 219
Hex CB 5D DB

RGB Percentages of Color #cb5ddb

%39.42
%18.06
%42.52

CMYK Percentages of Color #cb5ddb

%7
%58
%0
%14

Triadic Colors of #cb5ddb

#cb5ddb #dbcb5d #5ddbcb

Analogous Colors of #cb5ddb

#cb5ddb #db5dac #8c5ddb

Monochromatic Colors of #cb5ddb

#cb5ddb

Complementary Color

#cb5ddb #6ddb5d

#cb5ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5ddb Color CSS Codes

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

#cb5ddb Text Font Color

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

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


#cb5ddb Background Color

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

This div background color is #cb5ddb


#cb5ddb Border Color

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

This div border color is #cb5ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5ddb


Comments

No comments written yet.

Please login to write comment.