Color Hex Logo

#cb95db Color Hex

#CB95DB
(203,149,219)
0 Favorites   0 Comments

Color spaces of #cb95db

RGB 203149219
HSL0.800.490.72
HSV286°32°86°
CMYK 0.070.320.00   0.14
XYZ48.162239.305972.0662
Yxy39.30590.30190.2464
Hunter Lab62.694427.4095-24.2668
CIE-Lab68.972332.3604-27.7920

#cb95db color RGB value is (203,149,219).

#cb95db hex color red value is 203, green value is 149 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cb95db hue: 0.80 , saturation: 0.49 and the lightness value of cb95db is 0.72.

The process color (four color CMYK) of #cb95db color hex is 0.07, 0.32, 0.00, 0.14. Web safe color of #cb95db is #cc99cc. Color #cb95db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010101 11011011
Octal 313 225 333
Decimal 203 149 219
Hex CB 95 DB

RGB Percentages of Color #cb95db

%35.55
%26.09
%38.35

CMYK Percentages of Color #cb95db

%7
%32
%0
%14

Triadic Colors of #cb95db

#cb95db #dbcb95 #95dbcb

Analogous Colors of #cb95db

#cb95db #db95c8 #a895db

Monochromatic Colors of #cb95db

#cb95db

Complementary Color

#cb95db #a5db95

#cb95db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb95db Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb95db Color CSS Codes

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

#cb95db Text Font Color

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

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


#cb95db Background Color

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

This div background color is #cb95db


#cb95db Border Color

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

This div border color is #cb95db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,149,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 #cb95db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb95db


Comments

No comments written yet.

Please login to write comment.