Color Hex Logo

#ce455d Color Hex

#CE455D
(206,69,93)
0 Favorites   0 Comments

Color spaces of #ce455d

RGB 2066993
HSL0.970.580.54
HSV349°67°81°
CMYK 0.000.670.55   0.19
XYZ29.557518.168412.3049
Yxy18.16840.49240.3027
Hunter Lab42.624449.186512.7211
CIE-Lab49.699755.561916.5807

#ce455d color RGB value is (206,69,93).

#ce455d hex color red value is 206, green value is 69 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ce455d hue: 0.97 , saturation: 0.58 and the lightness value of ce455d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000101 01011101
Octal 316 105 135
Decimal 206 69 93
Hex CE 45 5D

RGB Percentages of Color #ce455d

%55.98
%18.75
%25.27

CMYK Percentages of Color #ce455d

%0
%67
%55
%19

Triadic Colors of #ce455d

#ce455d #5dce45 #455dce

Analogous Colors of #ce455d

#ce455d #ce7245 #ce45a2

Monochromatic Colors of #ce455d

#ce455d

Complementary Color

#ce455d #45ceb6

#ce455d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce455d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce455d Color CSS Codes

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

#ce455d Text Font Color

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

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


#ce455d Background Color

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

This div background color is #ce455d


#ce455d Border Color

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

This div border color is #ce455d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,69,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 #ce455d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce455d


Comments

No comments written yet.

Please login to write comment.