Color Hex Logo

#ce376f Color Hex

#CE376F
(206,55,111)
0 Favorites   0 Comments

Color spaces of #ce376f

RGB 20655111
HSL0.940.610.51
HSV338°73°81°
CMYK 0.000.730.46   0.19
XYZ29.689017.001916.7558
Yxy17.00190.46790.2680
Hunter Lab41.233456.36594.7700
CIE-Lab48.262462.25873.6211

#ce376f color RGB value is (206,55,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110111 01101111
Octal 316 67 157
Decimal 206 55 111
Hex CE 37 6F

RGB Percentages of Color #ce376f

%55.38
%14.78
%29.84

CMYK Percentages of Color #ce376f

%0
%73
%46
%19

Triadic Colors of #ce376f

#ce376f #6fce37 #376fce

Analogous Colors of #ce376f

#ce376f #ce4b37 #ce37bb

Monochromatic Colors of #ce376f

#ce376f

Complementary Color

#ce376f #37ce96

#ce376f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce376f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce376f Color CSS Codes

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

#ce376f Text Font Color

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

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


#ce376f Background Color

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

This div background color is #ce376f


#ce376f Border Color

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

This div border color is #ce376f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce376f


Comments

No comments written yet.

Please login to write comment.