Color Hex Logo

#ce77fe Color Hex

#CE77FE
(206,119,254)
0 Favorites   0 Comments

Color spaces of #ce77fe

RGB 206119254
HSL0.770.990.73
HSV279°53°100°
CMYK 0.190.530.00   0.00
XYZ49.939833.471297.5944
Yxy33.47120.27590.1849
Hunter Lab57.854352.8361-59.5183
CIE-Lab64.540656.3073-53.9714

#ce77fe color RGB value is (206,119,254).

#ce77fe hex color red value is 206, green value is 119 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ce77fe hue: 0.77 , saturation: 0.99 and the lightness value of ce77fe is 0.73.

The process color (four color CMYK) of #ce77fe color hex is 0.19, 0.53, 0.00, 0.00. Web safe color of #ce77fe is #cc66ff. Color #ce77fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01110111 11111110
Octal 316 167 376
Decimal 206 119 254
Hex CE 77 FE

RGB Percentages of Color #ce77fe

%35.58
%20.55
%43.87

CMYK Percentages of Color #ce77fe

%19
%53
%0
%0

Triadic Colors of #ce77fe

#ce77fe #fece77 #77fece

Analogous Colors of #ce77fe

#ce77fe #fe77eb #8b77fe

Monochromatic Colors of #ce77fe

#ce77fe

Complementary Color

#ce77fe #a7fe77

#ce77fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce77fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce77fe Color CSS Codes

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

#ce77fe Text Font Color

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

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


#ce77fe Background Color

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

This div background color is #ce77fe


#ce77fe Border Color

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

This div border color is #ce77fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce77fe


Comments

No comments written yet.

Please login to write comment.