Color Hex Logo

#cf79dd Color Hex

#CF79DD
(207,121,221)
0 Favorites   0 Comments

Color spaces of #cf79dd

RGB 207121221
HSL0.810.600.67
HSV292°45°87°
CMYK 0.060.450.00   0.13
XYZ45.620632.160672.2098
Yxy32.16060.30420.2144
Hunter Lab56.710344.3512-35.7973
CIE-Lab63.475448.9148-37.3850

#cf79dd color RGB value is (207,121,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 01111001 11011101
Octal 317 171 335
Decimal 207 121 221
Hex CF 79 DD

RGB Percentages of Color #cf79dd

%37.70
%22.04
%40.26

CMYK Percentages of Color #cf79dd

%6
%45
%0
%13

Triadic Colors of #cf79dd

#cf79dd #ddcf79 #79ddcf

Analogous Colors of #cf79dd

#cf79dd #dd79b9 #9d79dd

Monochromatic Colors of #cf79dd

#cf79dd

Complementary Color

#cf79dd #87dd79

#cf79dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf79dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf79dd Color CSS Codes

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

#cf79dd Text Font Color

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

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


#cf79dd Background Color

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

This div background color is #cf79dd


#cf79dd Border Color

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

This div border color is #cf79dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf79dd


Comments

No comments written yet.

Please login to write comment.