Color Hex Logo

#cf50dd Color Hex

#CF50DD
(207,80,221)
0 Favorites   0 Comments

Color spaces of #cf50dd

RGB 20780221
HSL0.820.670.59
HSV294°64°87°
CMYK 0.060.640.00   0.13
XYZ41.651924.223270.8869
Yxy24.22320.30460.1771
Hunter Lab49.217164.9328-50.9429
CIE-Lab56.310668.0994-48.6665

#cf50dd color RGB value is (207,80,221).

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

The process color (four color CMYK) of #cf50dd color hex is 0.06, 0.64, 0.00, 0.13. Web safe color of #cf50dd is #cc66cc. Color #cf50dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01010000 11011101
Octal 317 120 335
Decimal 207 80 221
Hex CF 50 DD

RGB Percentages of Color #cf50dd

%40.75
%15.75
%43.50

CMYK Percentages of Color #cf50dd

%6
%64
%0
%13

Triadic Colors of #cf50dd

#cf50dd #ddcf50 #50ddcf

Analogous Colors of #cf50dd

#cf50dd #dd50a5 #8950dd

Monochromatic Colors of #cf50dd

#cf50dd

Complementary Color

#cf50dd #5edd50

#cf50dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf50dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf50dd Color CSS Codes

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

#cf50dd Text Font Color

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

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


#cf50dd Background Color

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

This div background color is #cf50dd


#cf50dd Border Color

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

This div border color is #cf50dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf50dd


Comments

No comments written yet.

Please login to write comment.