Color Hex Logo

#c74bff Color Hex

#C74BFF
(199,75,255)
0 Favorites   0 Comments

Color spaces of #c74bff

RGB 19975255
HSL0.781.000.65
HSV281°71°100°
CMYK 0.220.710.00   0.00
XYZ44.119324.394396.9910
Yxy24.39430.26660.1474
Hunter Lab49.390673.0158-81.8576
CIE-Lab56.480474.7232-67.4701

#c74bff color RGB value is (199,75,255).

#c74bff hex color red value is 199, green value is 75 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c74bff hue: 0.78 , saturation: 1.00 and the lightness value of c74bff is 0.65.

The process color (four color CMYK) of #c74bff color hex is 0.22, 0.71, 0.00, 0.00. Web safe color of #c74bff is #cc33ff. Color #c74bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01001011 11111111
Octal 307 113 377
Decimal 199 75 255
Hex C7 4B FF

RGB Percentages of Color #c74bff

%37.62
%14.18
%48.20

CMYK Percentages of Color #c74bff

%22
%71
%0
%0

Triadic Colors of #c74bff

#c74bff #ffc74b #4bffc7

Analogous Colors of #c74bff

#c74bff #ff4bdd #6d4bff

Monochromatic Colors of #c74bff

#c74bff

Complementary Color

#c74bff #83ff4b

#c74bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c74bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c74bff Color CSS Codes

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

#c74bff Text Font Color

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

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


#c74bff Background Color

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

This div background color is #c74bff


#c74bff Border Color

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

This div border color is #c74bff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,75,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c74bff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c74bff;
  -webkit-box-shadow: 1px 1px 3px 2px #c74bff;
  box-shadow:         1px 1px 3px 2px #c74bff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,75,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c74bff

Related Colors


Comments

No comments written yet.

Please login to write comment.