Color Hex Logo

#cf20dd Color Hex

#CF20DD
(207,32,221)
0 Favorites   0 Comments

Color spaces of #cf20dd

RGB 20732221
HSL0.820.750.50
HSV296°86°87°
CMYK 0.060.860.00   0.13
XYZ39.299819.518970.1028
Yxy19.51890.30480.1514
Hunter Lab44.180281.4665-63.1521
CIE-Lab51.288882.4570-56.6832

#cf20dd color RGB value is (207,32,221).

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

The process color (four color CMYK) of #cf20dd color hex is 0.06, 0.86, 0.00, 0.13. Web safe color of #cf20dd is #cc33cc. Color #cf20dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 00100000 11011101
Octal 317 40 335
Decimal 207 32 221
Hex CF 20 DD

RGB Percentages of Color #cf20dd

%45.00
%6.96
%48.04

CMYK Percentages of Color #cf20dd

%6
%86
%0
%13

Triadic Colors of #cf20dd

#cf20dd #ddcf20 #20ddcf

Analogous Colors of #cf20dd

#cf20dd #dd208d #7120dd

Monochromatic Colors of #cf20dd

#cf20dd

Complementary Color

#cf20dd #2edd20

#cf20dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf20dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf20dd Color CSS Codes

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

#cf20dd Text Font Color

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

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


#cf20dd Background Color

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

This div background color is #cf20dd


#cf20dd Border Color

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

This div border color is #cf20dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf20dd


Comments

No comments written yet.

Please login to write comment.