Color Hex Logo

#cb8edd Color Hex

#CB8EDD
(203,142,221)
0 Favorites   0 Comments

Color spaces of #cb8edd

RGB 203142221
HSL0.800.540.71
HSV286°36°87°
CMYK 0.080.360.00   0.13
XYZ47.352737.263073.1033
Yxy37.26300.30020.2363
Hunter Lab61.043431.6403-28.2731
CIE-Lab67.473936.5731-31.2075

#cb8edd color RGB value is (203,142,221).

#cb8edd hex color red value is 203, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cb8edd hue: 0.80 , saturation: 0.54 and the lightness value of cb8edd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001110 11011101
Octal 313 216 335
Decimal 203 142 221
Hex CB 8E DD

RGB Percentages of Color #cb8edd

%35.87
%25.09
%39.05

CMYK Percentages of Color #cb8edd

%8
%36
%0
%13

Triadic Colors of #cb8edd

#cb8edd #ddcb8e #8eddcb

Analogous Colors of #cb8edd

#cb8edd #dd8ec8 #a48edd

Monochromatic Colors of #cb8edd

#cb8edd

Complementary Color

#cb8edd #a0dd8e

#cb8edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb8edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb8edd Color CSS Codes

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

#cb8edd Text Font Color

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

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


#cb8edd Background Color

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

This div background color is #cb8edd


#cb8edd Border Color

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

This div border color is #cb8edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb8edd


Comments

No comments written yet.

Please login to write comment.