Color Hex Logo

#ce2caa Color Hex

#CE2CAA
(206,44,170)
0 Favorites   0 Comments

Color spaces of #ce2caa

RGB 20644170
HSL0.870.650.49
HSV313°79°81°
CMYK 0.000.790.17   0.19
XYZ33.610017.825539.6994
Yxy17.82550.36880.1956
Hunter Lab42.220368.2119-26.1958
CIE-Lab49.283872.1782-30.3217

#ce2caa color RGB value is (206,44,170).

#ce2caa hex color red value is 206, green value is 44 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ce2caa hue: 0.87 , saturation: 0.65 and the lightness value of ce2caa is 0.49.

The process color (four color CMYK) of #ce2caa color hex is 0.00, 0.79, 0.17, 0.19. Web safe color of #ce2caa is #cc3399. Color #ce2caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101100 10101010
Octal 316 54 252
Decimal 206 44 170
Hex CE 2C AA

RGB Percentages of Color #ce2caa

%49.05
%10.48
%40.48

CMYK Percentages of Color #ce2caa

%0
%79
%17
%19

Triadic Colors of #ce2caa

#ce2caa #aace2c #2caace

Analogous Colors of #ce2caa

#ce2caa #ce2c59 #a12cce

Monochromatic Colors of #ce2caa

#ce2caa

Complementary Color

#ce2caa #2cce50

#ce2caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce2caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce2caa Color CSS Codes

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

#ce2caa Text Font Color

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

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


#ce2caa Background Color

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

This div background color is #ce2caa


#ce2caa Border Color

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

This div border color is #ce2caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce2caa


Comments

No comments written yet.

Please login to write comment.