Color Hex Logo

#ce275a Color Hex

#CE275A
(206,39,90)
0 Favorites   0 Comments

Color spaces of #ce275a

RGB 2063990
HSL0.950.680.48
HSV342°81°81°
CMYK 0.000.810.56   0.19
XYZ28.024615.311011.1511
Yxy15.31100.51430.2810
Hunter Lab39.129359.366510.4940
CIE-Lab46.057265.301913.4225

#ce275a color RGB value is (206,39,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00100111 01011010
Octal 316 47 132
Decimal 206 39 90
Hex CE 27 5A

RGB Percentages of Color #ce275a

%61.49
%11.64
%26.87

CMYK Percentages of Color #ce275a

%0
%81
%56
%19

Triadic Colors of #ce275a

#ce275a #5ace27 #275ace

Analogous Colors of #ce275a

#ce275a #ce4827 #ce27ae

Monochromatic Colors of #ce275a

#ce275a

Complementary Color

#ce275a #27ce9b

#ce275a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce275a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce275a Color CSS Codes

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

#ce275a Text Font Color

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

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


#ce275a Background Color

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

This div background color is #ce275a


#ce275a Border Color

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

This div border color is #ce275a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce275a


Comments

No comments written yet.

Please login to write comment.