Color Hex Logo

#c765bf Color Hex

#C765BF
(199,101,191)
0 Favorites   0 Comments

Color spaces of #c765bf

RGB 199101191
HSL0.850.470.59
HSV305°49°78°
CMYK 0.000.490.04   0.22
XYZ37.610825.211152.1741
Yxy25.21110.32710.2192
Hunter Lab50.210745.8386-26.4610
CIE-Lab57.280551.2162-30.1593

#c765bf color RGB value is (199,101,191).

#c765bf hex color red value is 199, green value is 101 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c765bf hue: 0.85 , saturation: 0.47 and the lightness value of c765bf is 0.59.

The process color (four color CMYK) of #c765bf color hex is 0.00, 0.49, 0.04, 0.22. Web safe color of #c765bf is #cc66cc. Color #c765bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100101 10111111
Octal 307 145 277
Decimal 199 101 191
Hex C7 65 BF

RGB Percentages of Color #c765bf

%40.53
%20.57
%38.90

CMYK Percentages of Color #c765bf

%0
%49
%4
%22

Triadic Colors of #c765bf

#c765bf #bfc765 #65bfc7

Analogous Colors of #c765bf

#c765bf #c7658e #9e65c7

Monochromatic Colors of #c765bf

#c765bf

Complementary Color

#c765bf #65c76d

#c765bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c765bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c765bf Color CSS Codes

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

#c765bf Text Font Color

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

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


#c765bf Background Color

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

This div background color is #c765bf


#c765bf Border Color

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

This div border color is #c765bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c765bf


Comments

No comments written yet.

Please login to write comment.