Color Hex Logo

#c75298 Color Hex

#C75298
(199,82,152)
0 Favorites   0 Comments

Color spaces of #c75298

RGB 19982152
HSL0.900.510.55
HSV324°59°78°
CMYK 0.000.590.24   0.22
XYZ32.238020.443731.9527
Yxy20.44370.38090.2416
Hunter Lab45.214748.1444-10.2492
CIE-Lab52.335254.1474-15.0871

#c75298 color RGB value is (199,82,152).

#c75298 hex color red value is 199, green value is 82 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #c75298 hue: 0.90 , saturation: 0.51 and the lightness value of c75298 is 0.55.

The process color (four color CMYK) of #c75298 color hex is 0.00, 0.59, 0.24, 0.22. Web safe color of #c75298 is #cc6699. Color #c75298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010010 10011000
Octal 307 122 230
Decimal 199 82 152
Hex C7 52 98

RGB Percentages of Color #c75298

%45.96
%18.94
%35.10

CMYK Percentages of Color #c75298

%0
%59
%24
%22

Triadic Colors of #c75298

#c75298 #98c752 #5298c7

Analogous Colors of #c75298

#c75298 #c7525e #bc52c7

Monochromatic Colors of #c75298

#c75298

Complementary Color

#c75298 #52c781

#c75298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75298 Color CSS Codes

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

#c75298 Text Font Color

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

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


#c75298 Background Color

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

This div background color is #c75298


#c75298 Border Color

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

This div border color is #c75298


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,82,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c75298; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c75298;
  -webkit-box-shadow: 1px 1px 3px 2px #c75298;
  box-shadow:         1px 1px 3px 2px #c75298; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,82,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75298


Comments

No comments written yet.

Please login to write comment.