Color Hex Logo

#cb7bdd Color Hex

#CB7BDD
(203,123,221)
0 Favorites   0 Comments

Color spaces of #cb7bdd

RGB 203123221
HSL0.800.590.67
HSV289°44°87°
CMYK 0.080.440.00   0.13
XYZ44.762732.082972.2400
Yxy32.08290.30020.2152
Hunter Lab56.641841.9414-35.9683
CIE-Lab63.411346.7214-37.5198

#cb7bdd color RGB value is (203,123,221).

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

The process color (four color CMYK) of #cb7bdd color hex is 0.08, 0.44, 0.00, 0.13. Web safe color of #cb7bdd is #cc66cc. Color #cb7bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111011 11011101
Octal 313 173 335
Decimal 203 123 221
Hex CB 7B DD

RGB Percentages of Color #cb7bdd

%37.11
%22.49
%40.40

CMYK Percentages of Color #cb7bdd

%8
%44
%0
%13

Triadic Colors of #cb7bdd

#cb7bdd #ddcb7b #7bddcb

Analogous Colors of #cb7bdd

#cb7bdd #dd7bbe #9a7bdd

Monochromatic Colors of #cb7bdd

#cb7bdd

Complementary Color

#cb7bdd #8ddd7b

#cb7bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7bdd Color CSS Codes

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

#cb7bdd Text Font Color

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

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


#cb7bdd Background Color

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

This div background color is #cb7bdd


#cb7bdd Border Color

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

This div border color is #cb7bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7bdd


Comments

No comments written yet.

Please login to write comment.