Color Hex Logo

#c751a1 Color Hex

#C751A1
(199,81,161)
0 Favorites   0 Comments

Color spaces of #c751a1

RGB 19981161
HSL0.890.510.55
HSV319°59°78°
CMYK 0.000.590.19   0.22
XYZ32.928620.600235.9589
Yxy20.60020.36800.2302
Hunter Lab45.387450.0738-15.2022
CIE-Lab52.509155.8700-20.1245

#c751a1 color RGB value is (199,81,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010001 10100001
Octal 307 121 241
Decimal 199 81 161
Hex C7 51 A1

RGB Percentages of Color #c751a1

%45.12
%18.37
%36.51

CMYK Percentages of Color #c751a1

%0
%59
%19
%22

Triadic Colors of #c751a1

#c751a1 #a1c751 #51a1c7

Analogous Colors of #c751a1

#c751a1 #c75166 #b251c7

Monochromatic Colors of #c751a1

#c751a1

Complementary Color

#c751a1 #51c777

#c751a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c751a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c751a1 Color CSS Codes

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

#c751a1 Text Font Color

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

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


#c751a1 Background Color

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

This div background color is #c751a1


#c751a1 Border Color

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

This div border color is #c751a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c751a1


Comments

No comments written yet.

Please login to write comment.