Color Hex Logo

#ce257f Color Hex

#CE257F
(206,37,127)
0 Favorites   0 Comments

Color spaces of #ce257f

RGB 20637127
HSL0.910.700.48
HSV328°82°81°
CMYK 0.000.820.38   0.19
XYZ29.945915.977321.5843
Yxy15.97730.44360.2367
Hunter Lab39.971663.7781-4.0359
CIE-Lab46.944768.9144-8.0901

#ce257f color RGB value is (206,37,127).

#ce257f hex color red value is 206, green value is 37 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ce257f hue: 0.91 , saturation: 0.70 and the lightness value of ce257f is 0.48.

The process color (four color CMYK) of #ce257f color hex is 0.00, 0.82, 0.38, 0.19. Web safe color of #ce257f is #cc3366. Color #ce257f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100101 01111111
Octal 316 45 177
Decimal 206 37 127
Hex CE 25 7F

RGB Percentages of Color #ce257f

%55.68
%10.00
%34.32

CMYK Percentages of Color #ce257f

%0
%82
%38
%19

Triadic Colors of #ce257f

#ce257f #7fce25 #257fce

Analogous Colors of #ce257f

#ce257f #ce252b #c925ce

Monochromatic Colors of #ce257f

#ce257f

Complementary Color

#ce257f #25ce74

#ce257f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce257f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce257f Color CSS Codes

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

#ce257f Text Font Color

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

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


#ce257f Background Color

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

This div background color is #ce257f


#ce257f Border Color

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

This div border color is #ce257f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce257f


Comments

No comments written yet.

Please login to write comment.