Color Hex Logo

#c075df Color Hex

#C075DF
(192,117,223)
0 Favorites   0 Comments

Color spaces of #c075df

RGB 192117223
HSL0.780.620.67
HSV282°48°87°
CMYK 0.140.480.00   0.13
XYZ41.418829.256873.2761
Yxy29.25680.28770.2032
Hunter Lab54.089642.0287-42.4585
CIE-Lab61.007647.1438-42.4942

#c075df color RGB value is (192,117,223).

#c075df hex color red value is 192, green value is 117 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c075df hue: 0.78 , saturation: 0.62 and the lightness value of c075df is 0.67.

The process color (four color CMYK) of #c075df color hex is 0.14, 0.48, 0.00, 0.13. Web safe color of #c075df is #cc66cc. Color #c075df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110101 11011111
Octal 300 165 337
Decimal 192 117 223
Hex C0 75 DF

RGB Percentages of Color #c075df

%36.09
%21.99
%41.92

CMYK Percentages of Color #c075df

%14
%48
%0
%13

Triadic Colors of #c075df

#c075df #dfc075 #75dfc0

Analogous Colors of #c075df

#c075df #df75c9 #8b75df

Monochromatic Colors of #c075df

#c075df

Complementary Color

#c075df #94df75

#c075df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c075df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c075df Color CSS Codes

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

#c075df Text Font Color

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

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


#c075df Background Color

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

This div background color is #c075df


#c075df Border Color

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

This div border color is #c075df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,117,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c075df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c075df;
  -webkit-box-shadow: 1px 1px 3px 2px #c075df;
  box-shadow:         1px 1px 3px 2px #c075df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,117,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c075df


Comments

No comments written yet.

Please login to write comment.