Color Hex Logo

#ce5fbd Color Hex

#CE5FBD
(206,95,189)
0 Favorites   0 Comments

Color spaces of #ce5fbd

RGB 20695189
HSL0.860.530.59
HSV309°54°81°
CMYK 0.000.540.08   0.19
XYZ38.731124.980450.9244
Yxy24.98040.33790.2179
Hunter Lab49.980450.8586-25.4236
CIE-Lab57.056355.7917-29.2862

#ce5fbd color RGB value is (206,95,189).

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

The process color (four color CMYK) of #ce5fbd color hex is 0.00, 0.54, 0.08, 0.19. Web safe color of #ce5fbd is #cc66cc. Color #ce5fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01011111 10111101
Octal 316 137 275
Decimal 206 95 189
Hex CE 5F BD

RGB Percentages of Color #ce5fbd

%42.04
%19.39
%38.57

CMYK Percentages of Color #ce5fbd

%0
%54
%8
%19

Triadic Colors of #ce5fbd

#ce5fbd #bdce5f #5fbdce

Analogous Colors of #ce5fbd

#ce5fbd #ce5f86 #a85fce

Monochromatic Colors of #ce5fbd

#ce5fbd

Complementary Color

#ce5fbd #5fce70

#ce5fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce5fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce5fbd Color CSS Codes

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

#ce5fbd Text Font Color

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

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


#ce5fbd Background Color

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

This div background color is #ce5fbd


#ce5fbd Border Color

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

This div border color is #ce5fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce5fbd


Comments

No comments written yet.

Please login to write comment.