Color Hex Logo

#c751dc Color Hex

#C751DC
(199,81,220)
0 Favorites   0 Comments

Color spaces of #c751dc

RGB 19981220
HSL0.810.670.59
HSV291°63°86°
CMYK 0.100.630.00   0.14
XYZ39.413923.194370.1097
Yxy23.19430.29700.1748
Hunter Lab48.160561.8013-52.5992
CIE-Lab55.271965.6488-49.8215

#c751dc color RGB value is (199,81,220).

#c751dc hex color red value is 199, green value is 81 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c751dc hue: 0.81 , saturation: 0.67 and the lightness value of c751dc is 0.59.

The process color (four color CMYK) of #c751dc color hex is 0.10, 0.63, 0.00, 0.14. Web safe color of #c751dc is #cc66cc. Color #c751dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010001 11011100
Octal 307 121 334
Decimal 199 81 220
Hex C7 51 DC

RGB Percentages of Color #c751dc

%39.80
%16.20
%44.00

CMYK Percentages of Color #c751dc

%10
%63
%0
%14

Triadic Colors of #c751dc

#c751dc #dcc751 #51dcc7

Analogous Colors of #c751dc

#c751dc #dc51ac #8251dc

Monochromatic Colors of #c751dc

#c751dc

Complementary Color

#c751dc #66dc51

#c751dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c751dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c751dc Color CSS Codes

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

#c751dc Text Font Color

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

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


#c751dc Background Color

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

This div background color is #c751dc


#c751dc Border Color

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

This div border color is #c751dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c751dc


Comments

No comments written yet.

Please login to write comment.