Color Hex Logo

#cf4edd Color Hex

#CF4EDD
(207,78,221)
0 Favorites   0 Comments

Color spaces of #cf4edd

RGB 20778221
HSL0.820.680.59
HSV294°65°87°
CMYK 0.060.650.00   0.13
XYZ41.507723.934670.8388
Yxy23.93460.30460.1756
Hunter Lab48.923065.8294-51.6038
CIE-Lab56.022368.9034-49.1244

#cf4edd color RGB value is (207,78,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01001110 11011101
Octal 317 116 335
Decimal 207 78 221
Hex CF 4E DD

RGB Percentages of Color #cf4edd

%40.91
%15.42
%43.68

CMYK Percentages of Color #cf4edd

%6
%65
%0
%13

Triadic Colors of #cf4edd

#cf4edd #ddcf4e #4eddcf

Analogous Colors of #cf4edd

#cf4edd #dd4ea4 #884edd

Monochromatic Colors of #cf4edd

#cf4edd

Complementary Color

#cf4edd #5cdd4e

#cf4edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf4edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf4edd Color CSS Codes

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

#cf4edd Text Font Color

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

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


#cf4edd Background Color

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

This div background color is #cf4edd


#cf4edd Border Color

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

This div border color is #cf4edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf4edd


Comments

No comments written yet.

Please login to write comment.