Color Hex Logo

#ca46d8 Color Hex

#CA46D8
(202,70,216)
0 Favorites   0 Comments

Color spaces of #ca46d8

RGB 20270216
HSL0.820.650.56
HSV294°68°85°
CMYK 0.060.680.00   0.15
XYZ38.941921.894767.1394
Yxy21.89470.30430.1711
Hunter Lab46.791866.6689-52.3183
CIE-Lab53.915170.0028-49.6866

#ca46d8 color RGB value is (202,70,216).

#ca46d8 hex color red value is 202, green value is 70 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ca46d8 hue: 0.82 , saturation: 0.65 and the lightness value of ca46d8 is 0.56.

The process color (four color CMYK) of #ca46d8 color hex is 0.06, 0.68, 0.00, 0.15. Web safe color of #ca46d8 is #cc33cc. Color #ca46d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 01000110 11011000
Octal 312 106 330
Decimal 202 70 216
Hex CA 46 D8

RGB Percentages of Color #ca46d8

%41.39
%14.34
%44.26

CMYK Percentages of Color #ca46d8

%6
%68
%0
%15

Triadic Colors of #ca46d8

#ca46d8 #d8ca46 #46d8ca

Analogous Colors of #ca46d8

#ca46d8 #d8469d #8146d8

Monochromatic Colors of #ca46d8

#ca46d8

Complementary Color

#ca46d8 #54d846

#ca46d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca46d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca46d8 Color CSS Codes

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

#ca46d8 Text Font Color

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

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


#ca46d8 Background Color

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

This div background color is #ca46d8


#ca46d8 Border Color

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

This div border color is #ca46d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca46d8


Comments

No comments written yet.

Please login to write comment.