Color Hex Logo

#ce275b Color Hex

#CE275B
(206,39,91)
0 Favorites   0 Comments

Color spaces of #ce275b

RGB 2063991
HSL0.950.680.48
HSV341°81°81°
CMYK 0.000.810.56   0.19
XYZ28.067415.328211.3768
Yxy15.32820.51240.2799
Hunter Lab39.151259.451410.1770
CIE-Lab46.080565.371112.8355

#ce275b color RGB value is (206,39,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 01011011
Octal 316 47 133
Decimal 206 39 91
Hex CE 27 5B

RGB Percentages of Color #ce275b

%61.31
%11.61
%27.08

CMYK Percentages of Color #ce275b

%0
%81
%56
%19

Triadic Colors of #ce275b

#ce275b #5bce27 #275bce

Analogous Colors of #ce275b

#ce275b #ce4727 #ce27af

Monochromatic Colors of #ce275b

#ce275b

Complementary Color

#ce275b #27ce9a

#ce275b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce275b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce275b Color CSS Codes

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

#ce275b Text Font Color

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

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


#ce275b Background Color

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

This div background color is #ce275b


#ce275b Border Color

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

This div border color is #ce275b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce275b


Comments

No comments written yet.

Please login to write comment.