Color Hex Logo

#ce376a Color Hex

#CE376A
(206,55,106)
0 Favorites   0 Comments

Color spaces of #ce376a

RGB 20655106
HSL0.940.610.51
HSV340°73°81°
CMYK 0.000.730.49   0.19
XYZ29.421316.894815.3460
Yxy16.89480.47710.2740
Hunter Lab41.103355.83776.6362
CIE-Lab48.127261.81896.4823

#ce376a color RGB value is (206,55,106).

#ce376a hex color red value is 206, green value is 55 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ce376a hue: 0.94 , saturation: 0.61 and the lightness value of ce376a is 0.51.

The process color (four color CMYK) of #ce376a color hex is 0.00, 0.73, 0.49, 0.19. Web safe color of #ce376a is #cc3366. Color #ce376a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110111 01101010
Octal 316 67 152
Decimal 206 55 106
Hex CE 37 6A

RGB Percentages of Color #ce376a

%56.13
%14.99
%28.88

CMYK Percentages of Color #ce376a

%0
%73
%49
%19

Triadic Colors of #ce376a

#ce376a #6ace37 #376ace

Analogous Colors of #ce376a

#ce376a #ce5037 #ce37b6

Monochromatic Colors of #ce376a

#ce376a

Complementary Color

#ce376a #37ce9b

#ce376a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce376a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce376a Color CSS Codes

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

#ce376a Text Font Color

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

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


#ce376a Background Color

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

This div background color is #ce376a


#ce376a Border Color

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

This div border color is #ce376a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce376a


Comments

No comments written yet.

Please login to write comment.