Color Hex Logo

#c765de Color Hex

#C765DE
(199,101,222)
0 Favorites   0 Comments

Color spaces of #c765de

RGB 199101222
HSL0.800.650.63
HSV289°55°87°
CMYK 0.100.550.00   0.13
XYZ41.391726.723472.0838
Yxy26.72340.29520.1906
Hunter Lab51.694752.4585-46.4885
CIE-Lab58.717456.9326-45.4869

#c765de color RGB value is (199,101,222).

#c765de hex color red value is 199, green value is 101 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c765de hue: 0.80 , saturation: 0.65 and the lightness value of c765de is 0.63.

The process color (four color CMYK) of #c765de color hex is 0.10, 0.55, 0.00, 0.13. Web safe color of #c765de is #cc66cc. Color #c765de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01100101 11011110
Octal 307 145 336
Decimal 199 101 222
Hex C7 65 DE

RGB Percentages of Color #c765de

%38.12
%19.35
%42.53

CMYK Percentages of Color #c765de

%10
%55
%0
%13

Triadic Colors of #c765de

#c765de #dec765 #65dec7

Analogous Colors of #c765de

#c765de #de65b9 #8b65de

Monochromatic Colors of #c765de

#c765de

Complementary Color

#c765de #7cde65

#c765de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c765de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c765de Color CSS Codes

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

#c765de Text Font Color

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

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


#c765de Background Color

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

This div background color is #c765de


#c765de Border Color

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

This div border color is #c765de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c765de


Comments

No comments written yet.

Please login to write comment.