Color Hex Logo

#c074df Color Hex

#C074DF
(192,116,223)
0 Favorites   0 Comments

Color spaces of #c074df

RGB 192116223
HSL0.790.630.66
HSV283°48°87°
CMYK 0.140.480.00   0.13
XYZ41.302929.025073.2375
Yxy29.02500.28770.2022
Hunter Lab53.874942.5652-42.8865
CIE-Lab60.803747.6689-42.8150

#c074df color RGB value is (192,116,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110100 11011111
Octal 300 164 337
Decimal 192 116 223
Hex C0 74 DF

RGB Percentages of Color #c074df

%36.16
%21.85
%42.00

CMYK Percentages of Color #c074df

%14
%48
%0
%13

Triadic Colors of #c074df

#c074df #dfc074 #74dfc0

Analogous Colors of #c074df

#c074df #df74c9 #8b74df

Monochromatic Colors of #c074df

#c074df

Complementary Color

#c074df #93df74

#c074df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c074df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c074df Color CSS Codes

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

#c074df Text Font Color

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

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


#c074df Background Color

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

This div background color is #c074df


#c074df Border Color

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

This div border color is #c074df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,116,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c074df


Comments

No comments written yet.

Please login to write comment.