Color Hex Logo

#ce43aa Color Hex

#CE43AA
(206,67,170)
0 Favorites   0 Comments

Color spaces of #ce43aa

RGB 20667170
HSL0.880.590.54
HSV316°67°81°
CMYK 0.000.670.17   0.19
XYZ34.716520.038440.0682
Yxy20.03840.36610.2113
Hunter Lab44.764360.0965-21.7351
CIE-Lab51.880664.8232-26.2855

#ce43aa color RGB value is (206,67,170).

#ce43aa hex color red value is 206, green value is 67 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ce43aa hue: 0.88 , saturation: 0.59 and the lightness value of ce43aa is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000011 10101010
Octal 316 103 252
Decimal 206 67 170
Hex CE 43 AA

RGB Percentages of Color #ce43aa

%46.50
%15.12
%38.37

CMYK Percentages of Color #ce43aa

%0
%67
%17
%19

Triadic Colors of #ce43aa

#ce43aa #aace43 #43aace

Analogous Colors of #ce43aa

#ce43aa #ce4365 #ad43ce

Monochromatic Colors of #ce43aa

#ce43aa

Complementary Color

#ce43aa #43ce67

#ce43aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce43aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce43aa Color CSS Codes

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

#ce43aa Text Font Color

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

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


#ce43aa Background Color

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

This div background color is #ce43aa


#ce43aa Border Color

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

This div border color is #ce43aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,67,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 #ce43aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce43aa


Comments

No comments written yet.

Please login to write comment.