Color Hex Logo

#c075bf Color Hex

#C075BF
(192,117,191)
0 Favorites   0 Comments

Color spaces of #c075bf

RGB 192117191
HSL0.840.370.61
HSV301°39°75°
CMYK 0.000.390.01   0.25
XYZ37.503527.690652.6584
Yxy27.69060.31820.2350
Hunter Lab52.621935.1284-22.4959
CIE-Lab59.608240.8338-26.6289

#c075bf color RGB value is (192,117,191).

#c075bf hex color red value is 192, green value is 117 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c075bf hue: 0.84 , saturation: 0.37 and the lightness value of c075bf is 0.61.

The process color (four color CMYK) of #c075bf color hex is 0.00, 0.39, 0.01, 0.25. Web safe color of #c075bf is #cc66cc. Color #c075bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110101 10111111
Octal 300 165 277
Decimal 192 117 191
Hex C0 75 BF

RGB Percentages of Color #c075bf

%38.40
%23.40
%38.20

CMYK Percentages of Color #c075bf

%0
%39
%1
%25

Triadic Colors of #c075bf

#c075bf #bfc075 #75bfc0

Analogous Colors of #c075bf

#c075bf #c0759a #9c75c0

Monochromatic Colors of #c075bf

#c075bf

Complementary Color

#c075bf #75c076

#c075bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c075bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c075bf Color CSS Codes

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

#c075bf Text Font Color

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

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


#c075bf Background Color

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

This div background color is #c075bf


#c075bf Border Color

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

This div border color is #c075bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c075bf


Comments

No comments written yet.

Please login to write comment.