Color Hex Logo

#ca34f6 Color Hex

#CA34F6
(202,52,246)
0 Favorites   0 Comments

Color spaces of #ca34f6

RGB 20252246
HSL0.800.920.58
HSV286°79°96°
CMYK 0.180.790.00   0.04
XYZ42.219721.666489.1456
Yxy21.66640.27590.1416
Hunter Lab46.547280.4473-80.9672
CIE-Lab53.671281.1938-66.9784

#ca34f6 color RGB value is (202,52,246).

#ca34f6 hex color red value is 202, green value is 52 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #ca34f6 hue: 0.80 , saturation: 0.92 and the lightness value of ca34f6 is 0.58.

The process color (four color CMYK) of #ca34f6 color hex is 0.18, 0.79, 0.00, 0.04. Web safe color of #ca34f6 is #cc33ff. Color #ca34f6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00110100 11110110
Octal 312 64 366
Decimal 202 52 246
Hex CA 34 F6

RGB Percentages of Color #ca34f6

%40.40
%10.40
%49.20

CMYK Percentages of Color #ca34f6

%18
%79
%0
%4

Triadic Colors of #ca34f6

#ca34f6 #f6ca34 #34f6ca

Analogous Colors of #ca34f6

#ca34f6 #f634c1 #6934f6

Monochromatic Colors of #ca34f6

#ca34f6

Complementary Color

#ca34f6 #60f634

#ca34f6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca34f6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca34f6 Color CSS Codes

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

#ca34f6 Text Font Color

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

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


#ca34f6 Background Color

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

This div background color is #ca34f6


#ca34f6 Border Color

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

This div border color is #ca34f6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca34f6


Comments

No comments written yet.

Please login to write comment.