color codes Logo

#ce257d color codes

#CE257D
(206,37,125)
0 Favorites   0 Comments

Color spaces of #ce257d

RGB 20637125
HSL0.910.700.48
HSV329°82°81°
CMYK 0.000.820.39   0.19
XYZ29.816815.925620.9045
Yxy15.92560.44740.2390
Hunter Lab39.906963.5309-3.1232
CIE-Lab46.876768.7177-6.9699

#ce257d color RGB value is (206,37,125).

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

The process color (four color CMYK) of #ce257d color code is 0.00, 0.82, 0.39, 0.19. Web safe color of #ce257d is #cc3366. Color #ce257d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100101 01111101
Octal 316 45 175
Decimal 206 37 125
Hex CE 25 7D

RGB Percentages of Color #ce257d

%55.98
%10.05
%33.97

CMYK Percentages of Color #ce257d

%0
%82
%39
%19

Triadic Colors of #ce257d

#ce257d #7dce25 #257dce

Analogous Colors of #ce257d

#ce257d #ce2529 #cb25ce

Monochromatic Colors of #ce257d

#ce257d

Complementary Color

#ce257d #25ce76

#ce257d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce257d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce257d Color CSS Codes

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

#ce257d Text Font Color

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

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


#ce257d Background Color

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

This div background color is #ce257d


#ce257d Border Color

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

This div border color is #ce257d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce257d


Comments

No comments written yet.

Please login to write comment.