Color Hex Logo

#c070b4 Color Hex

#C070B4
(192,112,180)
0 Favorites   0 Comments

Color spaces of #c070b4

RGB 192112180
HSL0.860.390.60
HSV309°42°75°
CMYK 0.000.420.06   0.25
XYZ35.770626.090146.3306
Yxy26.09010.33060.2411
Hunter Lab51.078535.6174-18.0239
CIE-Lab58.122541.5000-22.6320

#c070b4 color RGB value is (192,112,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110000 10110100
Octal 300 160 264
Decimal 192 112 180
Hex C0 70 B4

RGB Percentages of Color #c070b4

%39.67
%23.14
%37.19

CMYK Percentages of Color #c070b4

%0
%42
%6
%25

Triadic Colors of #c070b4

#c070b4 #b4c070 #70b4c0

Analogous Colors of #c070b4

#c070b4 #c0708c #a470c0

Monochromatic Colors of #c070b4

#c070b4

Complementary Color

#c070b4 #70c07c

#c070b4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c070b4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c070b4 Color CSS Codes

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

#c070b4 Text Font Color

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

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


#c070b4 Background Color

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

This div background color is #c070b4


#c070b4 Border Color

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

This div border color is #c070b4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c070b4


Comments

No comments written yet.

Please login to write comment.