Color Hex Logo

#ce5acc Color Hex

#CE5ACC
(206,90,204)
0 Favorites   0 Comments

Color spaces of #ce5acc

RGB 20690204
HSL0.840.540.58
HSV301°56°81°
CMYK 0.000.560.01   0.19
XYZ40.008824.793859.8037
Yxy24.79380.32110.1990
Hunter Lab49.793456.2857-36.3541
CIE-Lab56.874060.6100-38.1447

#ce5acc color RGB value is (206,90,204).

#ce5acc hex color red value is 206, green value is 90 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ce5acc hue: 0.84 , saturation: 0.54 and the lightness value of ce5acc is 0.58.

The process color (four color CMYK) of #ce5acc color hex is 0.00, 0.56, 0.01, 0.19. Web safe color of #ce5acc is #cc66cc. Color #ce5acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011010 11001100
Octal 316 132 314
Decimal 206 90 204
Hex CE 5A CC

RGB Percentages of Color #ce5acc

%41.20
%18.00
%40.80

CMYK Percentages of Color #ce5acc

%0
%56
%1
%19

Triadic Colors of #ce5acc

#ce5acc #ccce5a #5accce

Analogous Colors of #ce5acc

#ce5acc #ce5a92 #965ace

Monochromatic Colors of #ce5acc

#ce5acc

Complementary Color

#ce5acc #5ace5c

#ce5acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5acc Color CSS Codes

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

#ce5acc Text Font Color

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

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


#ce5acc Background Color

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

This div background color is #ce5acc


#ce5acc Border Color

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

This div border color is #ce5acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5acc


Comments

No comments written yet.

Please login to write comment.