Color Hex Logo

#ce297d Color Hex

#CE297D
(206,41,125)
0 Favorites   0 Comments

Color spaces of #ce297d

RGB 20641125
HSL0.920.670.48
HSV329°80°81°
CMYK 0.000.800.39   0.19
XYZ29.948216.188420.9483
Yxy16.18840.44640.2413
Hunter Lab40.234862.4530-2.7050
CIE-Lab47.220767.7334-6.4574

#ce297d color RGB value is (206,41,125).

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

The process color (four color CMYK) of #ce297d color hex is 0.00, 0.80, 0.39, 0.19. Web safe color of #ce297d is #cc3366. Color #ce297d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00101001 01111101
Octal 316 51 175
Decimal 206 41 125
Hex CE 29 7D

RGB Percentages of Color #ce297d

%55.38
%11.02
%33.60

CMYK Percentages of Color #ce297d

%0
%80
%39
%19

Triadic Colors of #ce297d

#ce297d #7dce29 #297dce

Analogous Colors of #ce297d

#ce297d #ce292b #cd29ce

Monochromatic Colors of #ce297d

#ce297d

Complementary Color

#ce297d #29ce7a

#ce297d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce297d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce297d Color CSS Codes

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

#ce297d Text Font Color

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

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


#ce297d Background Color

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

This div background color is #ce297d


#ce297d Border Color

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

This div border color is #ce297d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,41,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 #ce297d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce297d


Comments

No comments written yet.

Please login to write comment.