Color Hex Logo

#ce57ba Color Hex

#CE57BA
(206,87,186)
0 Favorites   0 Comments

Color spaces of #ce57ba

RGB 20687186
HSL0.860.550.57
HSV310°58°81°
CMYK 0.000.580.10   0.19
XYZ37.724723.483448.9988
Yxy23.48340.34230.2131
Hunter Lab48.459754.1536-26.0278
CIE-Lab55.566858.9731-29.8723

#ce57ba color RGB value is (206,87,186).

#ce57ba hex color red value is 206, green value is 87 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ce57ba hue: 0.86 , saturation: 0.55 and the lightness value of ce57ba is 0.57.

The process color (four color CMYK) of #ce57ba color hex is 0.00, 0.58, 0.10, 0.19. Web safe color of #ce57ba is #cc66cc. Color #ce57ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010111 10111010
Octal 316 127 272
Decimal 206 87 186
Hex CE 57 BA

RGB Percentages of Color #ce57ba

%43.01
%18.16
%38.83

CMYK Percentages of Color #ce57ba

%0
%58
%10
%19

Triadic Colors of #ce57ba

#ce57ba #bace57 #57bace

Analogous Colors of #ce57ba

#ce57ba #ce577f #a757ce

Monochromatic Colors of #ce57ba

#ce57ba

Complementary Color

#ce57ba #57ce6b

#ce57ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce57ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce57ba Color CSS Codes

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

#ce57ba Text Font Color

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

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


#ce57ba Background Color

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

This div background color is #ce57ba


#ce57ba Border Color

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

This div border color is #ce57ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce57ba


Comments

No comments written yet.

Please login to write comment.