Color Hex Logo

#c750cf Color Hex

#C750CF
(199,80,207)
0 Favorites   0 Comments

Color spaces of #c750cf

RGB 19980207
HSL0.820.570.56
HSV296°61°81°
CMYK 0.040.610.00   0.19
XYZ37.684322.384461.3659
Yxy22.38440.31030.1843
Hunter Lab47.312259.3796-43.7832
CIE-Lab54.432563.7311-43.7681

#c750cf color RGB value is (199,80,207).

#c750cf hex color red value is 199, green value is 80 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c750cf hue: 0.82 , saturation: 0.57 and the lightness value of c750cf is 0.56.

The process color (four color CMYK) of #c750cf color hex is 0.04, 0.61, 0.00, 0.19. Web safe color of #c750cf is #cc66cc. Color #c750cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010000 11001111
Octal 307 120 317
Decimal 199 80 207
Hex C7 50 CF

RGB Percentages of Color #c750cf

%40.95
%16.46
%42.59

CMYK Percentages of Color #c750cf

%4
%61
%0
%19

Triadic Colors of #c750cf

#c750cf #cfc750 #50cfc7

Analogous Colors of #c750cf

#c750cf #cf5098 #8850cf

Monochromatic Colors of #c750cf

#c750cf

Complementary Color

#c750cf #58cf50

#c750cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c750cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c750cf Color CSS Codes

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

#c750cf Text Font Color

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

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


#c750cf Background Color

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

This div background color is #c750cf


#c750cf Border Color

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

This div border color is #c750cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c750cf


Comments

No comments written yet.

Please login to write comment.