Color Hex Logo

#c641de Color Hex

#C641DE
(198,65,222)
0 Favorites   0 Comments

Color spaces of #c641de

RGB 19865222
HSL0.810.700.56
HSV291°71°87°
CMYK 0.110.710.00   0.13
XYZ38.363821.060371.1503
Yxy21.06030.29380.1613
Hunter Lab45.891568.9101-59.7993
CIE-Lab53.015472.0339-54.5623

#c641de color RGB value is (198,65,222).

#c641de hex color red value is 198, green value is 65 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c641de hue: 0.81 , saturation: 0.70 and the lightness value of c641de is 0.56.

The process color (four color CMYK) of #c641de color hex is 0.11, 0.71, 0.00, 0.13. Web safe color of #c641de is #cc33cc. Color #c641de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000001 11011110
Octal 306 101 336
Decimal 198 65 222
Hex C6 41 DE

RGB Percentages of Color #c641de

%40.82
%13.40
%45.77

CMYK Percentages of Color #c641de

%11
%71
%0
%13

Triadic Colors of #c641de

#c641de #dec641 #41dec6

Analogous Colors of #c641de

#c641de #de41a8 #7841de

Monochromatic Colors of #c641de

#c641de

Complementary Color

#c641de #59de41

#c641de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c641de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c641de Color CSS Codes

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

#c641de Text Font Color

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

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


#c641de Background Color

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

This div background color is #c641de


#c641de Border Color

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

This div border color is #c641de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c641de


Comments

No comments written yet.

Please login to write comment.