Color Hex Logo

#c070be Color Hex

#C070BE
(192,112,190)
0 Favorites   0 Comments

Color spaces of #c070be

RGB 192112190
HSL0.840.390.60
HSV302°42°75°
CMYK 0.000.420.01   0.25
XYZ36.826726.512551.8916
Yxy26.51250.31960.2301
Hunter Lab51.490337.5581-23.7089
CIE-Lab58.520343.3033-27.7387

#c070be color RGB value is (192,112,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110000 10111110
Octal 300 160 276
Decimal 192 112 190
Hex C0 70 BE

RGB Percentages of Color #c070be

%38.87
%22.67
%38.46

CMYK Percentages of Color #c070be

%0
%42
%1
%25

Triadic Colors of #c070be

#c070be #bec070 #70bec0

Analogous Colors of #c070be

#c070be #c07096 #9a70c0

Monochromatic Colors of #c070be

#c070be

Complementary Color

#c070be #70c072

#c070be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c070be Color Preview on White Background

Lorem ipsum dolor sit amet.

#c070be Color CSS Codes

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

#c070be Text Font Color

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

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


#c070be Background Color

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

This div background color is #c070be


#c070be Border Color

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

This div border color is #c070be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,112,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 #c070be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c070be


Comments

No comments written yet.

Please login to write comment.