Color Hex Logo

#ca38ea Color Hex

#CA38EA
(202,56,234)
0 Favorites   0 Comments

Color spaces of #ca38ea

RGB 20256234
HSL0.800.810.57
HSV289°76°92°
CMYK 0.140.760.00   0.08
XYZ40.622621.325479.8171
Yxy21.32540.28650.1504
Hunter Lab46.179476.2069-70.1520
CIE-Lab53.303877.9052-60.8437

#ca38ea color RGB value is (202,56,234).

#ca38ea hex color red value is 202, green value is 56 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ca38ea hue: 0.80 , saturation: 0.81 and the lightness value of ca38ea is 0.57.

The process color (four color CMYK) of #ca38ea color hex is 0.14, 0.76, 0.00, 0.08. Web safe color of #ca38ea is #cc33ff. Color #ca38ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 00111000 11101010
Octal 312 70 352
Decimal 202 56 234
Hex CA 38 EA

RGB Percentages of Color #ca38ea

%41.06
%11.38
%47.56

CMYK Percentages of Color #ca38ea

%14
%76
%0
%8

Triadic Colors of #ca38ea

#ca38ea #eaca38 #38eaca

Analogous Colors of #ca38ea

#ca38ea #ea38b1 #7138ea

Monochromatic Colors of #ca38ea

#ca38ea

Complementary Color

#ca38ea #58ea38

#ca38ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca38ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca38ea Color CSS Codes

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

#ca38ea Text Font Color

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

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


#ca38ea Background Color

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

This div background color is #ca38ea


#ca38ea Border Color

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

This div border color is #ca38ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca38ea


Comments

No comments written yet.

Please login to write comment.