Color Hex Logo

#ce435f Color Hex

#CE435F
(206,67,95)
0 Favorites   0 Comments

Color spaces of #ce435f

RGB 2066795
HSL0.970.590.54
HSV348°67°81°
CMYK 0.000.670.54   0.19
XYZ29.526317.962312.7373
Yxy17.96230.49030.2982
Hunter Lab42.382050.187411.8486
CIE-Lab49.450356.517615.0311

#ce435f color RGB value is (206,67,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000011 01011111
Octal 316 103 137
Decimal 206 67 95
Hex CE 43 5F

RGB Percentages of Color #ce435f

%55.98
%18.21
%25.82

CMYK Percentages of Color #ce435f

%0
%67
%54
%19

Triadic Colors of #ce435f

#ce435f #5fce43 #435fce

Analogous Colors of #ce435f

#ce435f #ce6d43 #ce43a5

Monochromatic Colors of #ce435f

#ce435f

Complementary Color

#ce435f #43ceb2

#ce435f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce435f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce435f Color CSS Codes

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

#ce435f Text Font Color

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

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


#ce435f Background Color

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

This div background color is #ce435f


#ce435f Border Color

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

This div border color is #ce435f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce435f


Comments

No comments written yet.

Please login to write comment.