color codes Logo

#c074fd color codes

#C074FD
(192,116,253)
0 Favorites   0 Comments

Color spaces of #c074fd

RGB 192116253
HSL0.760.970.72
HSV273°54°99°
CMYK 0.240.540.00   0.01
XYZ45.713230.789196.4620
Yxy30.78910.26430.1780
Hunter Lab55.487949.9517-64.2301
CIE-Lab62.329254.1200-57.0355

#c074fd color RGB value is (192,116,253).

#c074fd hex color red value is 192, green value is 116 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #c074fd hue: 0.76 , saturation: 0.97 and the lightness value of c074fd is 0.72.

The process color (four color CMYK) of #c074fd color code is 0.24, 0.54, 0.00, 0.01. Web safe color of #c074fd is #cc66ff. Color #c074fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110100 11111101
Octal 300 164 375
Decimal 192 116 253
Hex C0 74 FD

RGB Percentages of Color #c074fd

%34.22
%20.68
%45.10

CMYK Percentages of Color #c074fd

%24
%54
%0
%1

Triadic Colors of #c074fd

#c074fd #fdc074 #74fdc0

Analogous Colors of #c074fd

#c074fd #fd74f6 #7c74fd

Monochromatic Colors of #c074fd

#c074fd

Complementary Color

#c074fd #b1fd74

#c074fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c074fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c074fd Color CSS Codes

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

#c074fd Text Font Color

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

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


#c074fd Background Color

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

This div background color is #c074fd


#c074fd Border Color

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

This div border color is #c074fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c074fd

Related Colors


Comments

No comments written yet.

Please login to write comment.