Color Hex Logo

#cf77eb Color Hex

#CF77EB
(207,119,235)
0 Favorites   0 Comments

Color spaces of #cf77eb

RGB 207119235
HSL0.790.740.69
HSV286°49°92°
CMYK 0.120.490.00   0.08
XYZ47.324332.457282.3679
Yxy32.45720.29190.2002
Hunter Lab56.971248.5750-45.8405
CIE-Lab63.719052.6788-44.7875

#cf77eb color RGB value is (207,119,235).

#cf77eb hex color red value is 207, green value is 119 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #cf77eb hue: 0.79 , saturation: 0.74 and the lightness value of cf77eb is 0.69.

The process color (four color CMYK) of #cf77eb color hex is 0.12, 0.49, 0.00, 0.08. Web safe color of #cf77eb is #cc66ff. Color #cf77eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01110111 11101011
Octal 317 167 353
Decimal 207 119 235
Hex CF 77 EB

RGB Percentages of Color #cf77eb

%36.90
%21.21
%41.89

CMYK Percentages of Color #cf77eb

%12
%49
%0
%8

Triadic Colors of #cf77eb

#cf77eb #ebcf77 #77ebcf

Analogous Colors of #cf77eb

#cf77eb #eb77cd #9577eb

Monochromatic Colors of #cf77eb

#cf77eb

Complementary Color

#cf77eb #93eb77

#cf77eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf77eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf77eb Color CSS Codes

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

#cf77eb Text Font Color

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

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


#cf77eb Background Color

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

This div background color is #cf77eb


#cf77eb Border Color

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

This div border color is #cf77eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf77eb


Comments

No comments written yet.

Please login to write comment.