Color Hex Logo

#cb7fdd Color Hex

#CB7FDD
(203,127,221)
0 Favorites   0 Comments

Color spaces of #cb7fdd

RGB 203127221
HSL0.800.580.68
HSV289°43°87°
CMYK 0.080.430.00   0.13
XYZ45.269133.095772.4088
Yxy33.09570.30020.2195
Hunter Lab57.528939.7850-34.3553
CIE-Lab64.238344.6183-36.2297

#cb7fdd color RGB value is (203,127,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 01111111 11011101
Octal 313 177 335
Decimal 203 127 221
Hex CB 7F DD

RGB Percentages of Color #cb7fdd

%36.84
%23.05
%40.11

CMYK Percentages of Color #cb7fdd

%8
%43
%0
%13

Triadic Colors of #cb7fdd

#cb7fdd #ddcb7f #7fddcb

Analogous Colors of #cb7fdd

#cb7fdd #dd7fc0 #9c7fdd

Monochromatic Colors of #cb7fdd

#cb7fdd

Complementary Color

#cb7fdd #91dd7f

#cb7fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb7fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb7fdd Color CSS Codes

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

#cb7fdd Text Font Color

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

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


#cb7fdd Background Color

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

This div background color is #cb7fdd


#cb7fdd Border Color

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

This div border color is #cb7fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb7fdd


Comments

No comments written yet.

Please login to write comment.