Color Hex Logo

#ce277e Color Hex

#CE277E
(206,39,126)
0 Favorites   0 Comments

Color spaces of #ce277e

RGB 20639126
HSL0.910.680.48
HSV329°81°81°
CMYK 0.000.810.39   0.19
XYZ29.945016.079221.2640
Yxy16.07920.44500.2390
Hunter Lab40.098963.1270-3.3716
CIE-Lab47.078268.3354-7.2801

#ce277e color RGB value is (206,39,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 01111110
Octal 316 47 176
Decimal 206 39 126
Hex CE 27 7E

RGB Percentages of Color #ce277e

%55.53
%10.51
%33.96

CMYK Percentages of Color #ce277e

%0
%81
%39
%19

Triadic Colors of #ce277e

#ce277e #7ece27 #277ece

Analogous Colors of #ce277e

#ce277e #ce272a #cb27ce

Monochromatic Colors of #ce277e

#ce277e

Complementary Color

#ce277e #27ce77

#ce277e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce277e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce277e Color CSS Codes

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

#ce277e Text Font Color

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

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


#ce277e Background Color

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

This div background color is #ce277e


#ce277e Border Color

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

This div border color is #ce277e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce277e


Comments

No comments written yet.

Please login to write comment.