Color Hex Logo

#ce325d Color Hex

#CE325D
(206,50,93)
0 Favorites   0 Comments

Color spaces of #ce325d

RGB 2065093
HSL0.950.610.50
HSV343°76°81°
CMYK 0.000.760.55   0.19
XYZ28.570016.193311.9757
Yxy16.19330.50350.2854
Hunter Lab40.240956.308810.5239
CIE-Lab47.227162.404613.1876

#ce325d color RGB value is (206,50,93).

#ce325d hex color red value is 206, green value is 50 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ce325d hue: 0.95 , saturation: 0.61 and the lightness value of ce325d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110010 01011101
Octal 316 62 135
Decimal 206 50 93
Hex CE 32 5D

RGB Percentages of Color #ce325d

%59.03
%14.33
%26.65

CMYK Percentages of Color #ce325d

%0
%76
%55
%19

Triadic Colors of #ce325d

#ce325d #5dce32 #325dce

Analogous Colors of #ce325d

#ce325d #ce5532 #ce32ab

Monochromatic Colors of #ce325d

#ce325d

Complementary Color

#ce325d #32cea3

#ce325d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce325d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce325d Color CSS Codes

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

#ce325d Text Font Color

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

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


#ce325d Background Color

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

This div background color is #ce325d


#ce325d Border Color

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

This div border color is #ce325d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce325d


Comments

No comments written yet.

Please login to write comment.