Color Hex Logo

#cb5bde Color Hex

#CB5BDE
(203,91,222)
0 Favorites   0 Comments

Color spaces of #cb5bde

RGB 20391222
HSL0.810.660.61
HSV291°59°87°
CMYK 0.090.590.00   0.13
XYZ41.554525.452671.8299
Yxy25.45260.29930.1833
Hunter Lab50.450658.7362-49.0998
CIE-Lab57.513862.6170-47.3573

#cb5bde color RGB value is (203,91,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011011 11011110
Octal 313 133 336
Decimal 203 91 222
Hex CB 5B DE

RGB Percentages of Color #cb5bde

%39.34
%17.64
%43.02

CMYK Percentages of Color #cb5bde

%9
%59
%0
%13

Triadic Colors of #cb5bde

#cb5bde #decb5b #5bdecb

Analogous Colors of #cb5bde

#cb5bde #de5bb0 #8a5bde

Monochromatic Colors of #cb5bde

#cb5bde

Complementary Color

#cb5bde #6ede5b

#cb5bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5bde Color CSS Codes

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

#cb5bde Text Font Color

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

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


#cb5bde Background Color

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

This div background color is #cb5bde


#cb5bde Border Color

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

This div border color is #cb5bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5bde


Comments

No comments written yet.

Please login to write comment.