Color Hex Logo

#c075be Color Hex

#C075BE
(192,117,190)
0 Favorites   0 Comments

Color spaces of #c075be

RGB 192117190
HSL0.840.370.61
HSV302°39°75°
CMYK 0.000.390.01   0.25
XYZ37.393827.646852.0807
Yxy27.64680.31930.2361
Hunter Lab52.580234.9295-21.9206
CIE-Lab59.568340.6478-26.1214

#c075be color RGB value is (192,117,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110101 10111110
Octal 300 165 276
Decimal 192 117 190
Hex C0 75 BE

RGB Percentages of Color #c075be

%38.48
%23.45
%38.08

CMYK Percentages of Color #c075be

%0
%39
%1
%25

Triadic Colors of #c075be

#c075be #bec075 #75bec0

Analogous Colors of #c075be

#c075be #c07599 #9d75c0

Monochromatic Colors of #c075be

#c075be

Complementary Color

#c075be #75c077

#c075be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c075be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c075be Color CSS Codes

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

#c075be Text Font Color

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

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


#c075be Background Color

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

This div background color is #c075be


#c075be Border Color

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

This div border color is #c075be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c075be


Comments

No comments written yet.

Please login to write comment.