Color Hex Logo

#ce505d Color Hex

#CE505D
(206,80,93)
0 Favorites   0 Comments

Color spaces of #ce505d

RGB 2068093
HSL0.980.560.56
HSV354°61°81°
CMYK 0.000.610.55   0.19
XYZ30.298019.649412.5518
Yxy19.64940.48480.3144
Hunter Lab44.327644.431614.2408
CIE-Lab51.438550.872918.9361

#ce505d color RGB value is (206,80,93).

#ce505d hex color red value is 206, green value is 80 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ce505d hue: 0.98 , saturation: 0.56 and the lightness value of ce505d is 0.56.

The process color (four color CMYK) of #ce505d color hex is 0.00, 0.61, 0.55, 0.19. Web safe color of #ce505d is #cc6666. Color #ce505d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01010000 01011101
Octal 316 120 135
Decimal 206 80 93
Hex CE 50 5D

RGB Percentages of Color #ce505d

%54.35
%21.11
%24.54

CMYK Percentages of Color #ce505d

%0
%61
%55
%19

Triadic Colors of #ce505d

#ce505d #5dce50 #505dce

Analogous Colors of #ce505d

#ce505d #ce8250 #ce509c

Monochromatic Colors of #ce505d

#ce505d

Complementary Color

#ce505d #50cec1

#ce505d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce505d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce505d Color CSS Codes

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

#ce505d Text Font Color

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

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


#ce505d Background Color

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

This div background color is #ce505d


#ce505d Border Color

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

This div border color is #ce505d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce505d


Comments

No comments written yet.

Please login to write comment.