Color Hex Logo

#cb95da Color Hex

#CB95DA
(203,149,218)
0 Favorites   0 Comments

Color spaces of #cb95da

RGB 203149218
HSL0.800.480.72
HSV287°32°85°
CMYK 0.070.320.00   0.15
XYZ48.030939.253471.3748
Yxy39.25340.30270.2474
Hunter Lab62.652527.2003-23.6874
CIE-Lab68.934432.1610-27.2981

#cb95da color RGB value is (203,149,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010101 11011010
Octal 313 225 332
Decimal 203 149 218
Hex CB 95 DA

RGB Percentages of Color #cb95da

%35.61
%26.14
%38.25

CMYK Percentages of Color #cb95da

%7
%32
%0
%15

Triadic Colors of #cb95da

#cb95da #dacb95 #95dacb

Analogous Colors of #cb95da

#cb95da #da95c7 #a995da

Monochromatic Colors of #cb95da

#cb95da

Complementary Color

#cb95da #a4da95

#cb95da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb95da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb95da Color CSS Codes

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

#cb95da Text Font Color

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

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


#cb95da Background Color

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

This div background color is #cb95da


#cb95da Border Color

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

This div border color is #cb95da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb95da


Comments

No comments written yet.

Please login to write comment.