Color Hex Logo

#ce5afc Color Hex

#CE5AFC
(206,90,252)
0 Favorites   0 Comments

Color spaces of #ce5afc

RGB 20690252
HSL0.790.960.67
HSV283°64°99°
CMYK 0.180.640.00   0.01
XYZ46.680527.462494.9359
Yxy27.46240.27610.1624
Hunter Lab52.404667.2947-70.7263
CIE-Lab59.399969.4901-61.0676

#ce5afc color RGB value is (206,90,252).

#ce5afc hex color red value is 206, green value is 90 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ce5afc hue: 0.79 , saturation: 0.96 and the lightness value of ce5afc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011010 11111100
Octal 316 132 374
Decimal 206 90 252
Hex CE 5A FC

RGB Percentages of Color #ce5afc

%37.59
%16.42
%45.99

CMYK Percentages of Color #ce5afc

%18
%64
%0
%1

Triadic Colors of #ce5afc

#ce5afc #fcce5a #5afcce

Analogous Colors of #ce5afc

#ce5afc #fc5ad9 #7d5afc

Monochromatic Colors of #ce5afc

#ce5afc

Complementary Color

#ce5afc #88fc5a

#ce5afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5afc Color CSS Codes

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

#ce5afc Text Font Color

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

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


#ce5afc Background Color

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

This div background color is #ce5afc


#ce5afc Border Color

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

This div border color is #ce5afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5afc


Comments

No comments written yet.

Please login to write comment.