Color Hex Logo

#ce5fad Color Hex

#CE5FAD
(206,95,173)
0 Favorites   0 Comments

Color spaces of #ce5fad

RGB 20695173
HSL0.880.530.59
HSV318°54°81°
CMYK 0.000.540.16   0.19
XYZ37.088624.323442.2753
Yxy24.32340.35770.2346
Hunter Lab49.318847.9274-16.2994
CIE-Lab56.410153.2611-21.0606

#ce5fad color RGB value is (206,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011111 10101101
Octal 316 137 255
Decimal 206 95 173
Hex CE 5F AD

RGB Percentages of Color #ce5fad

%43.46
%20.04
%36.50

CMYK Percentages of Color #ce5fad

%0
%54
%16
%19

Triadic Colors of #ce5fad

#ce5fad #adce5f #5fadce

Analogous Colors of #ce5fad

#ce5fad #ce5f76 #b85fce

Monochromatic Colors of #ce5fad

#ce5fad

Complementary Color

#ce5fad #5fce80

#ce5fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5fad Color CSS Codes

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

#ce5fad Text Font Color

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

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


#ce5fad Background Color

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

This div background color is #ce5fad


#ce5fad Border Color

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

This div border color is #ce5fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5fad


Comments

No comments written yet.

Please login to write comment.