Color Hex Logo

#c073bd Color Hex

#C073BD
(192,115,189)
0 Favorites   0 Comments

Color spaces of #c073bd

RGB 192115189
HSL0.840.380.60
HSV302°40°75°
CMYK 0.000.400.02   0.25
XYZ37.054327.142151.4301
Yxy27.14210.32050.2347
Hunter Lab52.098135.7849-22.0612
CIE-Lab59.105641.5299-26.2651

#c073bd color RGB value is (192,115,189).

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

The process color (four color CMYK) of #c073bd color hex is 0.00, 0.40, 0.02, 0.25. Web safe color of #c073bd is #cc66cc. Color #c073bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110011 10111101
Octal 300 163 275
Decimal 192 115 189
Hex C0 73 BD

RGB Percentages of Color #c073bd

%38.71
%23.19
%38.10

CMYK Percentages of Color #c073bd

%0
%40
%2
%25

Triadic Colors of #c073bd

#c073bd #bdc073 #73bdc0

Analogous Colors of #c073bd

#c073bd #c07397 #9d73c0

Monochromatic Colors of #c073bd

#c073bd

Complementary Color

#c073bd #73c076

#c073bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c073bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c073bd Color CSS Codes

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

#c073bd Text Font Color

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

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


#c073bd Background Color

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

This div background color is #c073bd


#c073bd Border Color

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

This div border color is #c073bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c073bd


Comments

No comments written yet.

Please login to write comment.