Color Hex Logo

#c074de Color Hex

#C074DE
(192,116,222)
0 Favorites   0 Comments

Color spaces of #c074de

RGB 192116222
HSL0.790.620.66
HSV283°48°87°
CMYK 0.140.480.00   0.13
XYZ41.168428.971272.5294
Yxy28.97120.28860.2031
Hunter Lab53.824942.3336-42.2162
CIE-Lab60.756247.4620-42.3302

#c074de color RGB value is (192,116,222).

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

The process color (four color CMYK) of #c074de color hex is 0.14, 0.48, 0.00, 0.13. Web safe color of #c074de is #cc66cc. Color #c074de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110100 11011110
Octal 300 164 336
Decimal 192 116 222
Hex C0 74 DE

RGB Percentages of Color #c074de

%36.23
%21.89
%41.89

CMYK Percentages of Color #c074de

%14
%48
%0
%13

Triadic Colors of #c074de

#c074de #dec074 #74dec0

Analogous Colors of #c074de

#c074de #de74c7 #8b74de

Monochromatic Colors of #c074de

#c074de

Complementary Color

#c074de #92de74

#c074de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c074de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c074de Color CSS Codes

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

#c074de Text Font Color

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

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


#c074de Background Color

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

This div background color is #c074de


#c074de Border Color

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

This div border color is #c074de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c074de


Comments

No comments written yet.

Please login to write comment.