Color Hex Logo

#ce63ad Color Hex

#CE63AD
(206,99,173)
0 Favorites   0 Comments

Color spaces of #ce63ad

RGB 20699173
HSL0.880.520.60
HSV319°52°81°
CMYK 0.000.520.16   0.19
XYZ37.458325.062642.3985
Yxy25.06260.35700.2389
Hunter Lab50.062645.9495-15.1695
CIE-Lab57.136451.3408-19.9501

#ce63ad color RGB value is (206,99,173).

#ce63ad hex color red value is 206, green value is 99 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ce63ad hue: 0.88 , saturation: 0.52 and the lightness value of ce63ad is 0.60.

The process color (four color CMYK) of #ce63ad color hex is 0.00, 0.52, 0.16, 0.19. Web safe color of #ce63ad is #cc6699. Color #ce63ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01100011 10101101
Octal 316 143 255
Decimal 206 99 173
Hex CE 63 AD

RGB Percentages of Color #ce63ad

%43.10
%20.71
%36.19

CMYK Percentages of Color #ce63ad

%0
%52
%16
%19

Triadic Colors of #ce63ad

#ce63ad #adce63 #63adce

Analogous Colors of #ce63ad

#ce63ad #ce6378 #ba63ce

Monochromatic Colors of #ce63ad

#ce63ad

Complementary Color

#ce63ad #63ce84

#ce63ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce63ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce63ad Color CSS Codes

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

#ce63ad Text Font Color

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

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


#ce63ad Background Color

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

This div background color is #ce63ad


#ce63ad Border Color

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

This div border color is #ce63ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce63ad


Comments

No comments written yet.

Please login to write comment.