Color Hex Logo

#c065b7 Color Hex

#C065B7
(192,101,183)
0 Favorites   0 Comments

Color spaces of #c065b7

RGB 192101183
HSL0.850.420.57
HSV306°47°75°
CMYK 0.000.470.05   0.25
XYZ34.939223.932747.5777
Yxy23.93270.32820.2248
Hunter Lab48.921141.8720-23.4172
CIE-Lab56.020347.7421-27.5941

#c065b7 color RGB value is (192,101,183).

#c065b7 hex color red value is 192, green value is 101 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #c065b7 hue: 0.85 , saturation: 0.42 and the lightness value of c065b7 is 0.57.

The process color (four color CMYK) of #c065b7 color hex is 0.00, 0.47, 0.05, 0.25. Web safe color of #c065b7 is #cc66cc. Color #c065b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01100101 10110111
Octal 300 145 267
Decimal 192 101 183
Hex C0 65 B7

RGB Percentages of Color #c065b7

%40.34
%21.22
%38.45

CMYK Percentages of Color #c065b7

%0
%47
%5
%25

Triadic Colors of #c065b7

#c065b7 #b7c065 #65b7c0

Analogous Colors of #c065b7

#c065b7 #c0658a #9c65c0

Monochromatic Colors of #c065b7

#c065b7

Complementary Color

#c065b7 #65c06e

#c065b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c065b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c065b7 Color CSS Codes

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

#c065b7 Text Font Color

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

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


#c065b7 Background Color

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

This div background color is #c065b7


#c065b7 Border Color

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

This div border color is #c065b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c065b7


Comments

No comments written yet.

Please login to write comment.