Color Hex Logo

#cb98dd Color Hex

#CB98DD
(203,152,221)
0 Favorites   0 Comments

Color spaces of #cb98dd

RGB 203152221
HSL0.790.500.73
HSV284°31°87°
CMYK 0.080.310.00   0.13
XYZ48.908040.373473.6217
Yxy40.37340.30020.2478
Hunter Lab63.540126.1997-24.2192
CIE-Lab69.734731.1213-27.7226

#cb98dd color RGB value is (203,152,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10011000 11011101
Octal 313 230 335
Decimal 203 152 221
Hex CB 98 DD

RGB Percentages of Color #cb98dd

%35.24
%26.39
%38.37

CMYK Percentages of Color #cb98dd

%8
%31
%0
%13

Triadic Colors of #cb98dd

#cb98dd #ddcb98 #98ddcb

Analogous Colors of #cb98dd

#cb98dd #dd98cd #a998dd

Monochromatic Colors of #cb98dd

#cb98dd

Complementary Color

#cb98dd #aadd98

#cb98dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb98dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb98dd Color CSS Codes

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

#cb98dd Text Font Color

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

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


#cb98dd Background Color

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

This div background color is #cb98dd


#cb98dd Border Color

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

This div border color is #cb98dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb98dd


Comments

No comments written yet.

Please login to write comment.