Color Hex Logo

#cb5bdf Color Hex

#CB5BDF
(203,91,223)
0 Favorites   0 Comments

Color spaces of #cb5bdf

RGB 20391223
HSL0.810.670.62
HSV291°59°87°
CMYK 0.090.590.00   0.13
XYZ41.689025.506472.5380
Yxy25.50640.29830.1825
Hunter Lab50.503958.9631-49.8047
CIE-Lab57.565562.8029-47.8383

#cb5bdf color RGB value is (203,91,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01011011 11011111
Octal 313 133 337
Decimal 203 91 223
Hex CB 5B DF

RGB Percentages of Color #cb5bdf

%39.26
%17.60
%43.13

CMYK Percentages of Color #cb5bdf

%9
%59
%0
%13

Triadic Colors of #cb5bdf

#cb5bdf #dfcb5b #5bdfcb

Analogous Colors of #cb5bdf

#cb5bdf #df5bb1 #895bdf

Monochromatic Colors of #cb5bdf

#cb5bdf

Complementary Color

#cb5bdf #6fdf5b

#cb5bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb5bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb5bdf Color CSS Codes

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

#cb5bdf Text Font Color

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

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


#cb5bdf Background Color

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

This div background color is #cb5bdf


#cb5bdf Border Color

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

This div border color is #cb5bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb5bdf


Comments

No comments written yet.

Please login to write comment.