Color Hex Logo

#ca74fc Color Hex

#CA74FC
(202,116,252)
0 Favorites   0 Comments

Color spaces of #ca74fc

RGB 202116252
HSL0.770.960.72
HSV278°54°99°
CMYK 0.200.540.00   0.01
XYZ48.173232.075695.7477
Yxy32.07560.27370.1823
Hunter Lab56.635352.7177-60.5910
CIE-Lab63.405356.3862-54.7048

#ca74fc color RGB value is (202,116,252).

#ca74fc hex color red value is 202, green value is 116 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ca74fc hue: 0.77 , saturation: 0.96 and the lightness value of ca74fc is 0.72.

The process color (four color CMYK) of #ca74fc color hex is 0.20, 0.54, 0.00, 0.01. Web safe color of #ca74fc is #cc66ff. Color #ca74fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01110100 11111100
Octal 312 164 374
Decimal 202 116 252
Hex CA 74 FC

RGB Percentages of Color #ca74fc

%35.44
%20.35
%44.21

CMYK Percentages of Color #ca74fc

%20
%54
%0
%1

Triadic Colors of #ca74fc

#ca74fc #fcca74 #74fcca

Analogous Colors of #ca74fc

#ca74fc #fc74ea #8674fc

Monochromatic Colors of #ca74fc

#ca74fc

Complementary Color

#ca74fc #a6fc74

#ca74fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca74fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca74fc Color CSS Codes

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

#ca74fc Text Font Color

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

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


#ca74fc Background Color

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

This div background color is #ca74fc


#ca74fc Border Color

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

This div border color is #ca74fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca74fc


Comments

No comments written yet.

Please login to write comment.