Color Hex Logo

#cb93dd Color Hex

#CB93DD
(203,147,221)
0 Favorites   0 Comments

Color spaces of #cb93dd

RGB 203147221
HSL0.790.520.72
HSV285°33°87°
CMYK 0.080.330.00   0.13
XYZ48.113538.784473.3569
Yxy38.78440.30020.2420
Hunter Lab62.277128.9190-26.2443
CIE-Lab68.594833.8530-29.4772

#cb93dd color RGB value is (203,147,221).

#cb93dd hex color red value is 203, green value is 147 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cb93dd hue: 0.79 , saturation: 0.52 and the lightness value of cb93dd is 0.72.

The process color (four color CMYK) of #cb93dd color hex is 0.08, 0.33, 0.00, 0.13. Web safe color of #cb93dd is #cc99cc. Color #cb93dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010011 11011101
Octal 313 223 335
Decimal 203 147 221
Hex CB 93 DD

RGB Percentages of Color #cb93dd

%35.55
%25.74
%38.70

CMYK Percentages of Color #cb93dd

%8
%33
%0
%13

Triadic Colors of #cb93dd

#cb93dd #ddcb93 #93ddcb

Analogous Colors of #cb93dd

#cb93dd #dd93ca #a693dd

Monochromatic Colors of #cb93dd

#cb93dd

Complementary Color

#cb93dd #a5dd93

#cb93dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb93dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb93dd Color CSS Codes

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

#cb93dd Text Font Color

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

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


#cb93dd Background Color

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

This div background color is #cb93dd


#cb93dd Border Color

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

This div border color is #cb93dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb93dd


Comments

No comments written yet.

Please login to write comment.