Color Hex Logo

#ce4ada Color Hex

#CE4ADA
(206,74,218)
0 Favorites   0 Comments

Color spaces of #ce4ada

RGB 20674218
HSL0.820.660.57
HSV295°66°85°
CMYK 0.060.660.00   0.15
XYZ40.557323.081368.6472
Yxy23.08130.30660.1745
Hunter Lab48.043066.6122-51.0876
CIE-Lab55.156069.7197-48.8121

#ce4ada color RGB value is (206,74,218).

#ce4ada hex color red value is 206, green value is 74 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ce4ada hue: 0.82 , saturation: 0.66 and the lightness value of ce4ada is 0.57.

The process color (four color CMYK) of #ce4ada color hex is 0.06, 0.66, 0.00, 0.15. Web safe color of #ce4ada is #cc33cc. Color #ce4ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001010 11011010
Octal 316 112 332
Decimal 206 74 218
Hex CE 4A DA

RGB Percentages of Color #ce4ada

%41.37
%14.86
%43.78

CMYK Percentages of Color #ce4ada

%6
%66
%0
%15

Triadic Colors of #ce4ada

#ce4ada #dace4a #4adace

Analogous Colors of #ce4ada

#ce4ada #da4a9e #864ada

Monochromatic Colors of #ce4ada

#ce4ada

Complementary Color

#ce4ada #56da4a

#ce4ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce4ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce4ada Color CSS Codes

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

#ce4ada Text Font Color

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

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


#ce4ada Background Color

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

This div background color is #ce4ada


#ce4ada Border Color

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

This div border color is #ce4ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce4ada


Comments

No comments written yet.

Please login to write comment.