Color Hex Logo

#ce277b Color Hex

#CE277B
(206,39,123)
0 Favorites   0 Comments

Color spaces of #ce277b

RGB 20639123
HSL0.920.680.48
HSV330°81°81°
CMYK 0.000.810.40   0.19
XYZ29.754316.002920.2595
Yxy16.00290.45070.2424
Hunter Lab40.003662.7602-2.0244
CIE-Lab46.978368.0424-5.5957

#ce277b color RGB value is (206,39,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 01111011
Octal 316 47 173
Decimal 206 39 123
Hex CE 27 7B

RGB Percentages of Color #ce277b

%55.98
%10.60
%33.42

CMYK Percentages of Color #ce277b

%0
%81
%40
%19

Triadic Colors of #ce277b

#ce277b #7bce27 #277bce

Analogous Colors of #ce277b

#ce277b #ce2728 #ce27ce

Monochromatic Colors of #ce277b

#ce277b

Complementary Color

#ce277b #27ce7a

#ce277b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce277b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce277b Color CSS Codes

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

#ce277b Text Font Color

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

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


#ce277b Background Color

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

This div background color is #ce277b


#ce277b Border Color

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

This div border color is #ce277b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce277b


Comments

No comments written yet.

Please login to write comment.