Color Hex Logo

#ce395d Color Hex

#CE395D
(206,57,93)
0 Favorites   0 Comments

Color spaces of #ce395d

RGB 2065793
HSL0.960.600.52
HSV346°72°81°
CMYK 0.000.720.55   0.19
XYZ28.892516.838412.0833
Yxy16.83840.49970.2913
Hunter Lab41.034653.871411.2653
CIE-Lab48.055860.088114.3303

#ce395d color RGB value is (206,57,93).

#ce395d hex color red value is 206, green value is 57 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ce395d hue: 0.96 , saturation: 0.60 and the lightness value of ce395d is 0.52.

The process color (four color CMYK) of #ce395d color hex is 0.00, 0.72, 0.55, 0.19. Web safe color of #ce395d is #cc3366. Color #ce395d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00111001 01011101
Octal 316 71 135
Decimal 206 57 93
Hex CE 39 5D

RGB Percentages of Color #ce395d

%57.87
%16.01
%26.12

CMYK Percentages of Color #ce395d

%0
%72
%55
%19

Triadic Colors of #ce395d

#ce395d #5dce39 #395dce

Analogous Colors of #ce395d

#ce395d #ce6039 #ce39a8

Monochromatic Colors of #ce395d

#ce395d

Complementary Color

#ce395d #39ceaa

#ce395d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce395d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce395d Color CSS Codes

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

#ce395d Text Font Color

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

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


#ce395d Background Color

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

This div background color is #ce395d


#ce395d Border Color

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

This div border color is #ce395d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce395d


Comments

No comments written yet.

Please login to write comment.