Color Hex Logo

#c07cbe Color Hex

#C07CBE
(192,124,190)
0 Favorites   0 Comments

Color spaces of #c07cbe

RGB 192124190
HSL0.840.350.62
HSV302°35°75°
CMYK 0.000.350.01   0.25
XYZ38.240129.339552.3628
Yxy29.33950.31880.2446
Hunter Lab54.165931.2271-19.4001
CIE-Lab61.080136.8748-23.7968

#c07cbe color RGB value is (192,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01111100 10111110
Octal 300 174 276
Decimal 192 124 190
Hex C0 7C BE

RGB Percentages of Color #c07cbe

%37.94
%24.51
%37.55

CMYK Percentages of Color #c07cbe

%0
%35
%1
%25

Triadic Colors of #c07cbe

#c07cbe #bec07c #7cbec0

Analogous Colors of #c07cbe

#c07cbe #c07c9c #a07cc0

Monochromatic Colors of #c07cbe

#c07cbe

Complementary Color

#c07cbe #7cc07e

#c07cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07cbe Color CSS Codes

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

#c07cbe Text Font Color

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

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


#c07cbe Background Color

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

This div background color is #c07cbe


#c07cbe Border Color

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

This div border color is #c07cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07cbe


Comments

No comments written yet.

Please login to write comment.