Color Hex Logo

#ce324b Color Hex

#CE324B
(206,50,75)
0 Favorites   0 Comments

Color spaces of #ce324b

RGB 2065075
HSL0.970.610.50
HSV350°76°81°
CMYK 0.000.760.64   0.19
XYZ27.864215.91108.2591
Yxy15.91100.53550.3058
Hunter Lab39.888654.886215.6458
CIE-Lab46.857561.216423.7132

#ce324b color RGB value is (206,50,75).

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

The process color (four color CMYK) of #ce324b color hex is 0.00, 0.76, 0.64, 0.19. Web safe color of #ce324b is #cc3333. Color #ce324b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 00110010 01001011
Octal 316 62 113
Decimal 206 50 75
Hex CE 32 4B

RGB Percentages of Color #ce324b

%62.24
%15.11
%22.66

CMYK Percentages of Color #ce324b

%0
%76
%64
%19

Triadic Colors of #ce324b

#ce324b #4bce32 #324bce

Analogous Colors of #ce324b

#ce324b #ce6732 #ce3299

Monochromatic Colors of #ce324b

#ce324b

Complementary Color

#ce324b #32ceb5

#ce324b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce324b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce324b Color CSS Codes

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

#ce324b Text Font Color

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

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


#ce324b Background Color

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

This div background color is #ce324b


#ce324b Border Color

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

This div border color is #ce324b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce324b


Comments

No comments written yet.

Please login to write comment.