Color Hex Logo

#c65fb7 Color Hex

#C65FB7
(198,95,183)
0 Favorites   0 Comments

Color spaces of #c65fb7

RGB 19895183
HSL0.860.470.57
HSV309°52°78°
CMYK 0.000.520.08   0.22
XYZ35.928223.609147.4631
Yxy23.60910.33580.2206
Hunter Lab48.589246.9568-23.9035
CIE-Lab55.694352.4958-28.0344

#c65fb7 color RGB value is (198,95,183).

#c65fb7 hex color red value is 198, green value is 95 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #c65fb7 hue: 0.86 , saturation: 0.47 and the lightness value of c65fb7 is 0.57.

The process color (four color CMYK) of #c65fb7 color hex is 0.00, 0.52, 0.08, 0.22. Web safe color of #c65fb7 is #cc66cc. Color #c65fb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011111 10110111
Octal 306 137 267
Decimal 198 95 183
Hex C6 5F B7

RGB Percentages of Color #c65fb7

%41.60
%19.96
%38.45

CMYK Percentages of Color #c65fb7

%0
%52
%8
%22

Triadic Colors of #c65fb7

#c65fb7 #b7c65f #5fb7c6

Analogous Colors of #c65fb7

#c65fb7 #c65f84 #a25fc6

Monochromatic Colors of #c65fb7

#c65fb7

Complementary Color

#c65fb7 #5fc66e

#c65fb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65fb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65fb7 Color CSS Codes

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

#c65fb7 Text Font Color

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

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


#c65fb7 Background Color

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

This div background color is #c65fb7


#c65fb7 Border Color

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

This div border color is #c65fb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65fb7


Comments

No comments written yet.

Please login to write comment.