Color Hex Logo

#ce458d Color Hex

#CE458D
(206,69,141)
0 Favorites   0 Comments

Color spaces of #ce458d

RGB 20669141
HSL0.910.580.54
HSV328°67°81°
CMYK 0.000.670.32   0.19
XYZ32.389419.301127.2177
Yxy19.30110.41050.2446
Hunter Lab43.933054.7155-5.9787
CIE-Lab51.037660.2854-10.4053

#ce458d color RGB value is (206,69,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 01000101 10001101
Octal 316 105 215
Decimal 206 69 141
Hex CE 45 8D

RGB Percentages of Color #ce458d

%49.52
%16.59
%33.89

CMYK Percentages of Color #ce458d

%0
%67
%32
%19

Triadic Colors of #ce458d

#ce458d #8dce45 #458dce

Analogous Colors of #ce458d

#ce458d #ce4548 #cb45ce

Monochromatic Colors of #ce458d

#ce458d

Complementary Color

#ce458d #45ce86

#ce458d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce458d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce458d Color CSS Codes

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

#ce458d Text Font Color

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

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


#ce458d Background Color

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

This div background color is #ce458d


#ce458d Border Color

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

This div border color is #ce458d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce458d


Comments

No comments written yet.

Please login to write comment.