Color Hex Logo

#c672de Color Hex

#C672DE
(198,114,222)
0 Favorites   0 Comments

Color spaces of #c672de

RGB 198114222
HSL0.800.620.66
HSV287°49°87°
CMYK 0.110.490.00   0.13
XYZ42.490829.314372.5260
Yxy29.31430.29440.2031
Hunter Lab54.142745.3359-41.5211
CIE-Lab61.058050.1691-41.8071

#c672de color RGB value is (198,114,222).

#c672de hex color red value is 198, green value is 114 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c672de hue: 0.80 , saturation: 0.62 and the lightness value of c672de is 0.66.

The process color (four color CMYK) of #c672de color hex is 0.11, 0.49, 0.00, 0.13. Web safe color of #c672de is #cc66cc. Color #c672de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110010 11011110
Octal 306 162 336
Decimal 198 114 222
Hex C6 72 DE

RGB Percentages of Color #c672de

%37.08
%21.35
%41.57

CMYK Percentages of Color #c672de

%11
%49
%0
%13

Triadic Colors of #c672de

#c672de #dec672 #72dec6

Analogous Colors of #c672de

#c672de #de72c0 #9072de

Monochromatic Colors of #c672de

#c672de

Complementary Color

#c672de #8ade72

#c672de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c672de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c672de Color CSS Codes

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

#c672de Text Font Color

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

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


#c672de Background Color

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

This div background color is #c672de


#c672de Border Color

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

This div border color is #c672de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c672de


Comments

No comments written yet.

Please login to write comment.