Color Hex Logo

#ce5faf Color Hex

#CE5FAF
(206,95,175)
0 Favorites   0 Comments

Color spaces of #ce5faf

RGB 20695175
HSL0.880.530.59
HSV317°54°81°
CMYK 0.000.540.15   0.19
XYZ37.283724.401443.3023
Yxy24.40140.35510.2324
Hunter Lab49.397848.2794-17.3954
CIE-Lab56.487553.5673-22.0994

#ce5faf color RGB value is (206,95,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011111 10101111
Octal 316 137 257
Decimal 206 95 175
Hex CE 5F AF

RGB Percentages of Color #ce5faf

%43.28
%19.96
%36.76

CMYK Percentages of Color #ce5faf

%0
%54
%15
%19

Triadic Colors of #ce5faf

#ce5faf #afce5f #5fafce

Analogous Colors of #ce5faf

#ce5faf #ce5f78 #b65fce

Monochromatic Colors of #ce5faf

#ce5faf

Complementary Color

#ce5faf #5fce7e

#ce5faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5faf Color CSS Codes

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

#ce5faf Text Font Color

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

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


#ce5faf Background Color

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

This div background color is #ce5faf


#ce5faf Border Color

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

This div border color is #ce5faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5faf


Comments

No comments written yet.

Please login to write comment.