Color Hex Logo

#cf80dd Color Hex

#CF80DD
(207,128,221)
0 Favorites   0 Comments

Color spaces of #cf80dd

RGB 207128221
HSL0.810.580.68
HSV291°42°87°
CMYK 0.060.420.00   0.13
XYZ46.502433.924272.5037
Yxy33.92420.30410.2218
Hunter Lab58.244540.5866-33.0340
CIE-Lab64.902445.2703-35.1611

#cf80dd color RGB value is (207,128,221).

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

The process color (four color CMYK) of #cf80dd color hex is 0.06, 0.42, 0.00, 0.13. Web safe color of #cf80dd is #cc99cc. Color #cf80dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000000 11011101
Octal 317 200 335
Decimal 207 128 221
Hex CF 80 DD

RGB Percentages of Color #cf80dd

%37.23
%23.02
%39.75

CMYK Percentages of Color #cf80dd

%6
%42
%0
%13

Triadic Colors of #cf80dd

#cf80dd #ddcf80 #80ddcf

Analogous Colors of #cf80dd

#cf80dd #dd80bd #a180dd

Monochromatic Colors of #cf80dd

#cf80dd

Complementary Color

#cf80dd #8edd80

#cf80dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf80dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf80dd Color CSS Codes

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

#cf80dd Text Font Color

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

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


#cf80dd Background Color

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

This div background color is #cf80dd


#cf80dd Border Color

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

This div border color is #cf80dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf80dd


Comments

No comments written yet.

Please login to write comment.