Color Hex Logo

#ce488a Color Hex

#CE488A
(206,72,138)
0 Favorites   0 Comments

Color spaces of #ce488a

RGB 20672138
HSL0.920.580.55
HSV330°65°81°
CMYK 0.000.650.33   0.19
XYZ32.358419.591526.1208
Yxy19.59150.41450.2509
Hunter Lab44.262353.0353-4.0056
CIE-Lab51.372258.7319-8.1127

#ce488a color RGB value is (206,72,138).

#ce488a hex color red value is 206, green value is 72 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ce488a hue: 0.92 , saturation: 0.58 and the lightness value of ce488a is 0.55.

The process color (four color CMYK) of #ce488a color hex is 0.00, 0.65, 0.33, 0.19. Web safe color of #ce488a is #cc3399. Color #ce488a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 01001000 10001010
Octal 316 110 212
Decimal 206 72 138
Hex CE 48 8A

RGB Percentages of Color #ce488a

%49.52
%17.31
%33.17

CMYK Percentages of Color #ce488a

%0
%65
%33
%19

Triadic Colors of #ce488a

#ce488a #8ace48 #488ace

Analogous Colors of #ce488a

#ce488a #ce4948 #ce48cd

Monochromatic Colors of #ce488a

#ce488a

Complementary Color

#ce488a #48ce8c

#ce488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ce488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ce488a Color CSS Codes

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

#ce488a Text Font Color

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

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


#ce488a Background Color

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

This div background color is #ce488a


#ce488a Border Color

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

This div border color is #ce488a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ce488a


Comments

No comments written yet.

Please login to write comment.