Color Hex Logo

#cf76ed Color Hex

#CF76ED
(207,118,237)
0 Favorites   0 Comments

Color spaces of #cf76ed

RGB 207118237
HSL0.790.770.70
HSV285°50°93°
CMYK 0.130.500.00   0.07
XYZ47.496632.336783.8590
Yxy32.33670.29020.1975
Hunter Lab56.865449.5771-47.6288
CIE-Lab63.620253.5849-46.0508

#cf76ed color RGB value is (207,118,237).

#cf76ed hex color red value is 207, green value is 118 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #cf76ed hue: 0.79 , saturation: 0.77 and the lightness value of cf76ed is 0.70.

The process color (four color CMYK) of #cf76ed color hex is 0.13, 0.50, 0.00, 0.07. Web safe color of #cf76ed is #cc66ff. Color #cf76ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110110 11101101
Octal 317 166 355
Decimal 207 118 237
Hex CF 76 ED

RGB Percentages of Color #cf76ed

%36.83
%21.00
%42.17

CMYK Percentages of Color #cf76ed

%13
%50
%0
%7

Triadic Colors of #cf76ed

#cf76ed #edcf76 #76edcf

Analogous Colors of #cf76ed

#cf76ed #ed76d0 #9476ed

Monochromatic Colors of #cf76ed

#cf76ed

Complementary Color

#cf76ed #94ed76

#cf76ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf76ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf76ed Color CSS Codes

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

#cf76ed Text Font Color

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

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


#cf76ed Background Color

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

This div background color is #cf76ed


#cf76ed Border Color

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

This div border color is #cf76ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,118,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cf76ed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf76ed


Comments

No comments written yet.

Please login to write comment.