Color Hex Logo

#ce459d Color Hex

#CE459D
(206,69,157)
0 Favorites   0 Comments

Color spaces of #ce459d

RGB 20669157
HSL0.890.580.54
HSV321°67°81°
CMYK 0.000.670.24   0.19
XYZ33.667519.812433.9480
Yxy19.81240.38510.2266
Hunter Lab44.511157.1201-14.0619
CIE-Lab51.624462.2906-19.0233

#ce459d color RGB value is (206,69,157).

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

The process color (four color CMYK) of #ce459d color hex is 0.00, 0.67, 0.24, 0.19. Web safe color of #ce459d is #cc3399. Color #ce459d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000101 10011101
Octal 316 105 235
Decimal 206 69 157
Hex CE 45 9D

RGB Percentages of Color #ce459d

%47.69
%15.97
%36.34

CMYK Percentages of Color #ce459d

%0
%67
%24
%19

Triadic Colors of #ce459d

#ce459d #9dce45 #459dce

Analogous Colors of #ce459d

#ce459d #ce4559 #bb45ce

Monochromatic Colors of #ce459d

#ce459d

Complementary Color

#ce459d #45ce76

#ce459d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce459d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce459d Color CSS Codes

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

#ce459d Text Font Color

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

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


#ce459d Background Color

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

This div background color is #ce459d


#ce459d Border Color

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

This div border color is #ce459d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce459d


Comments

No comments written yet.

Please login to write comment.