color codes Logo

#e75ccc color codes

#E75CCC
(231,92,204)
0 Favorites   0 Comments

Color spaces of #e75ccc

RGB 23192204
HSL0.870.740.63
HSV312°60°91°
CMYK 0.000.600.12   0.09
XYZ47.681229.002860.2118
Yxy29.00280.34830.2119
Hunter Lab53.854263.7945-28.5913
CIE-Lab60.784166.3228-31.7748

#e75ccc color RGB value is (231,92,204).

#e75ccc hex color red value is 231, green value is 92 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e75ccc hue: 0.87 , saturation: 0.74 and the lightness value of e75ccc is 0.63.

The process color (four color CMYK) of #e75ccc color code is 0.00, 0.60, 0.12, 0.09. Web safe color of #e75ccc is #ff66cc. Color #e75ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01011100 11001100
Octal 347 134 314
Decimal 231 92 204
Hex E7 5C CC

RGB Percentages of Color #e75ccc

%43.83
%17.46
%38.71

CMYK Percentages of Color #e75ccc

%0
%60
%12
%9

Triadic Colors of #e75ccc

#e75ccc #cce75c #5ccce7

Analogous Colors of #e75ccc

#e75ccc #e75c87 #bd5ce7

Monochromatic Colors of #e75ccc

#e75ccc

Complementary Color

#e75ccc #5ce777

#e75ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e75ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e75ccc Color CSS Codes

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

#e75ccc Text Font Color

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

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


#e75ccc Background Color

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

This div background color is #e75ccc


#e75ccc Border Color

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

This div border color is #e75ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,92,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e75ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e75ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #e75ccc;
  box-shadow:         1px 1px 3px 2px #e75ccc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,92,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e75ccc


Comments

No comments written yet.

Please login to write comment.