Color Hex Logo

#c65fb0 Color Hex

#C65FB0
(198,95,176)
0 Favorites   0 Comments

Color spaces of #c65fb0

RGB 19895176
HSL0.870.470.57
HSV313°52°78°
CMYK 0.000.520.11   0.22
XYZ35.217423.324843.7203
Yxy23.32480.34440.2281
Hunter Lab48.295845.6451-19.8659
CIE-Lab55.405351.3412-24.4368

#c65fb0 color RGB value is (198,95,176).

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

The process color (four color CMYK) of #c65fb0 color hex is 0.00, 0.52, 0.11, 0.22. Web safe color of #c65fb0 is #cc6699. Color #c65fb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01011111 10110000
Octal 306 137 260
Decimal 198 95 176
Hex C6 5F B0

RGB Percentages of Color #c65fb0

%42.22
%20.26
%37.53

CMYK Percentages of Color #c65fb0

%0
%52
%11
%22

Triadic Colors of #c65fb0

#c65fb0 #b0c65f #5fb0c6

Analogous Colors of #c65fb0

#c65fb0 #c65f7d #a95fc6

Monochromatic Colors of #c65fb0

#c65fb0

Complementary Color

#c65fb0 #5fc675

#c65fb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65fb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65fb0 Color CSS Codes

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

#c65fb0 Text Font Color

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

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


#c65fb0 Background Color

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

This div background color is #c65fb0


#c65fb0 Border Color

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

This div border color is #c65fb0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,95,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65fb0


Comments

No comments written yet.

Please login to write comment.