Color Hex Logo

#ce59fa Color Hex

#CE59FA
(206,89,250)
0 Favorites   0 Comments

Color spaces of #ce59fa

RGB 20689250
HSL0.790.940.66
HSV284°64°98°
CMYK 0.180.640.00   0.02
XYZ46.281327.168793.2473
Yxy27.16870.27760.1630
Hunter Lab52.123667.2764-69.5812
CIE-Lab59.130269.5251-60.3931

#ce59fa color RGB value is (206,89,250).

#ce59fa hex color red value is 206, green value is 89 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ce59fa hue: 0.79 , saturation: 0.94 and the lightness value of ce59fa is 0.66.

The process color (four color CMYK) of #ce59fa color hex is 0.18, 0.64, 0.00, 0.02. Web safe color of #ce59fa is #cc66ff. Color #ce59fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011001 11111010
Octal 316 131 372
Decimal 206 89 250
Hex CE 59 FA

RGB Percentages of Color #ce59fa

%37.80
%16.33
%45.87

CMYK Percentages of Color #ce59fa

%18
%64
%0
%2

Triadic Colors of #ce59fa

#ce59fa #face59 #59face

Analogous Colors of #ce59fa

#ce59fa #fa59d6 #7e59fa

Monochromatic Colors of #ce59fa

#ce59fa

Complementary Color

#ce59fa #85fa59

#ce59fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce59fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce59fa Color CSS Codes

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

#ce59fa Text Font Color

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

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


#ce59fa Background Color

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

This div background color is #ce59fa


#ce59fa Border Color

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

This div border color is #ce59fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce59fa


Comments

No comments written yet.

Please login to write comment.