Color Hex Logo

#e60ccb Color Hex

#E60CCB
(230,12,203)
0 Favorites   0 Comments

Color spaces of #e60ccb

RGB 23012203
HSL0.850.900.47
HSV307°95°90°
CMYK 0.000.950.12   0.10
XYZ43.544121.397758.3351
Yxy21.39770.35320.1736
Hunter Lab46.257687.0780-42.3897
CIE-Lab53.382086.3886-42.8134

#e60ccb color RGB value is (230,12,203).

#e60ccb hex color red value is 230, green value is 12 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e60ccb hue: 0.85 , saturation: 0.90 and the lightness value of e60ccb is 0.47.

The process color (four color CMYK) of #e60ccb color hex is 0.00, 0.95, 0.12, 0.10. Web safe color of #e60ccb is #ff00cc. Color #e60ccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001100 11001011
Octal 346 14 313
Decimal 230 12 203
Hex E6 C CB

RGB Percentages of Color #e60ccb

%51.69
%2.70
%45.62

CMYK Percentages of Color #e60ccb

%0
%95
%12
%10

Triadic Colors of #e60ccb

#e60ccb #cbe60c #0ccbe6

Analogous Colors of #e60ccb

#e60ccb #e60c5e #940ce6

Monochromatic Colors of #e60ccb

#e60ccb

Complementary Color

#e60ccb #0ce627

#e60ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60ccb Color CSS Codes

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

#e60ccb Text Font Color

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

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


#e60ccb Background Color

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

This div background color is #e60ccb


#e60ccb Border Color

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

This div border color is #e60ccb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,12,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e60ccb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e60ccb;
  -webkit-box-shadow: 1px 1px 3px 2px #e60ccb;
  box-shadow:         1px 1px 3px 2px #e60ccb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,12,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60ccb


Comments

No comments written yet.

Please login to write comment.